diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 17:39:48 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 17:39:48 -0400 |
commit | c4d737c86c9be46a47e91f6b6f27ea2d1b8ed9cf (patch) | |
tree | 13cf4fff87c957d165ba6830cbfe20d64c12d08b /OLMKit.podspec | |
parent | 60d451bbbe21db90521fc1e5d0731a542c6434c8 (diff) |
bump version numbers and update changelog3.2.1
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 a4a9c5d..413ada8 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 3 MINOR = 2 - PATCH = 0 + PATCH = 1 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |