diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 15:08:10 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 15:08:10 -0400 |
commit | 4d17aa4f05044e8063c75b1592d98f1a92a5e214 (patch) | |
tree | 0ce1a5989a6e7b21b267f8da0e4cd05ede5c88d6 /OLMKit.podspec | |
parent | d4afebc88360de4934b7ad49488d5cae4faca8c9 (diff) |
bump version numbers and update changelog3.2.0
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index 2b27650..a4a9c5d 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -2,8 +2,8 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 3 - MINOR = 1 - PATCH = 5 + MINOR = 2 + PATCH = 0 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |