diff options
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 e16c58f..a0c48e3 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 3 MINOR = 1 - PATCH = 2 + PATCH = 3 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |