We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e479c commit 03ae2b9Copy full SHA for 03ae2b9
LibSignalProtocolSwift.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
3
spec.summary = 'A Swift implementation of the Signal Protocol'
4
spec.license = 'MIT'
5
6
- spec.version = '1.0.1'
+ spec.version = '1.1.0'
7
spec.source = {
8
:git => 'https://github.com/christophhagen/LibSignalProtocolSwift.git',
9
:tag => spec.version
Sources/Info/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.9.9</string>
+ <string>1.1.0</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments