diff options
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}" |