diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 16:01:59 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 16:03:02 +0000 |
commit | 150c360e82f0d27cb46a8d69e545b6706be3c8e4 (patch) | |
tree | 0308c9ac016e10c2860dfc6099c2fb756a98caab /OLMKit.podspec | |
parent | 972798d1b7956f51122cb5c92293c04d1258322e (diff) |
Bump version numbers to 2.2.02.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 f843f93..9513b09 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -2,8 +2,8 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 2 - MINOR = 1 - PATCH = 0 + MINOR = 2 + Patch = 0 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |