Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Update version to v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonfancher committed May 28, 2019
1 parent 5d1fd7f commit 87bc9b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EosioSwiftReferenceAuthenticatorSignatureProvider.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'EosioSwiftReferenceAuthenticatorSignatureProvider'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Signature Provider for EOSIO SDK for Swift that relays transactions to the EOSIO Reference Authenticator iOS App.'
s.homepage = 'https://github.com/EOSIO/eosio-swift-reference-ios-authenticator-signature-provider'
s.license = { :type => 'MIT', :text => <<-LICENSE
Expand Down
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ use_frameworks!

target "Your Target" do
pod "EosioSwift", "~> 0.1.1" # EOSIO SDK for Swift core library
pod "EosioSwiftReferenceAuthenticatorSignatureProvider", "~> 0.1.0" # pod for this library
pod "EosioSwiftReferenceAuthenticatorSignatureProvider", "~> 0.1.1" # pod for this library
# add other providers for EOSIO SDK for Swift
pod "EosioSwiftAbieosSerializationProvider", "~> 0.1.1" # serialization provider
end
Expand Down

0 comments on commit 87bc9b4

Please sign in to comment.