diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-24 09:32:21 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-24 09:32:21 -0400 |
commit | ec2695b9c945fa577c6fc4501d65a186208ecfed (patch) | |
tree | 9eab0803b822cc0d1ffbf1854bbd7539fff7d11c /OLMKit.podspec | |
parent | ff24af601a18e2dbc1a0bc7aed87936c83d79cd2 (diff) |
bump OLMKit version too3.0.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 c6abbdc..bd404b9 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| # The libolm version - MAJOR = 2 - MINOR = 3 + MAJOR = 3 + MINOR = 0 PATCH = 0 s.name = "OLMKit" |