diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 18:02:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 18:02:11 +0000 |
commit | 1014712fd0f759d99fe37e92f35fea4e8b20e722 (patch) | |
tree | a79a0e6ffbbc7733a725d04c0c84fb9bb47e8628 /OLMKit.podspec | |
parent | 150c360e82f0d27cb46a8d69e545b6706be3c8e4 (diff) |
Fix OLMKit.podspec
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 9513b09..1a1420b 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # The libolm version MAJOR = 2 MINOR = 2 - Patch = 0 + PATCH = 0 s.name = "OLMKit" s.version = "#{MAJOR}.#{MINOR}.#{PATCH}" |