bump version

This commit is contained in:
Michele Balistreri 2022-03-28 08:34:39 +02:00 committed by GitHub
parent b9240889d5
commit 29c26b51ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Keycard'
spec.version = '3.0.4'
spec.version = '3.0.5'
spec.authors = {'Bitgamma' => 'opensource@bitgamma.com'}
spec.homepage = 'https://github.com/status-im/Keycard.swift'
spec.license = { :type => 'Apache' }
@ -12,5 +12,5 @@ Pod::Spec.new do |spec|
spec.frameworks = 'CoreNFC'
spec.dependency 'CryptoSwift'
spec.dependency 'secp256k1'
spec.dependency 'Zip'
spec.dependency 'Zip'
end