diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-30 18:25:21 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-30 18:25:21 -0400 |
commit | 769d013ef7b20757d2f83ab2e933f660e38de2a7 (patch) | |
tree | 749faa57b9adbe1ee762b0ad0e5f8fa1f71e1f20 /OLMKit.podspec | |
parent | 69feb86c01838cffdfbfdb5dc7d9432667832d95 (diff) |
release 3.1.23.1.2
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index 1aa2bd3..e16c58f 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 3 MINOR = 1 - PATCH = 1 + PATCH = 2 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |