Update secp256k1.podspec

bump version
This commit is contained in:
Bitgamma 2020-12-14 14:19:34 +03:00 committed by GitHub
parent 1dcac13e9d
commit 46a1fa30d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'secp256k1'
s.version = '0.1.4'
s.version = '0.1.6'
s.summary = 'secp256k1 bindings for swift.'
# This description is used to generate tags and improve search results.
@ -52,4 +52,4 @@ Bitcoin, Ethereum and many other Cryptocurrency Signature generation and verific
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
end