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

Commit

Permalink
Update podspec versions to 0.6.1 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed May 13, 2019
1 parent daee42c commit 3afcfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Erc20Kit.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Erc20Kit.swift'
spec.module_name = 'Erc20Kit'
spec.version = '0.6'
spec.version = '0.6.1'
spec.summary = 'Erc20 token library for Swift'

spec.homepage = 'https://github.com/horizontalsystems/ethereum-kit-ios'
Expand Down
2 changes: 1 addition & 1 deletion EthereumKit.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'EthereumKit.swift'
spec.module_name = 'EthereumKit'
spec.version = '0.6'
spec.version = '0.6.1'
spec.summary = 'Ethereum wallet library for Swift'
spec.description = <<-DESC
EthereumKit.swift implements Ethereum protocol in Swift.
Expand Down

0 comments on commit 3afcfbf

Please sign in to comment.