Skip to content

Commit 1014615

Browse files
author
Christoph
committed
Update to 1.0.1
1 parent fdbd986 commit 1014615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibSignalProtocolSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Pod::Spec.new do |spec|
33
spec.summary = 'A Swift implementation of the Signal Protocol'
44
spec.license = 'MIT'
55

6-
spec.version = '0.9.9'
6+
spec.version = '1.0.1'
77
spec.source = {
88
:git => 'https://github.com/christophhagen/LibSignalProtocolSwift.git',
99
:tag => spec.version
1010
}
11-
spec.swift_version = '4.0'
11+
spec.swift_version = '4.1'
1212
spec.module_name = 'SignalProtocol'
1313

1414
spec.authors = { 'Christoph Hagen' => 'christoph@spacemasters.eu' }

0 commit comments

Comments
 (0)