Skip to content

Commit

Permalink
Bumping version number for 0.2.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0zac committed Sep 6, 2018
1 parent 16ed0ee commit 6357303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EtherKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EtherKit'
s.version = '0.1.6'
s.version = '0.2.0-beta1'
s.summary = 'A library for interacting with the Ethereum network.'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/Vaultio/EtherKit'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.authors = "Vault, Inc."
s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.1.6' }
s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.2.0-beta1' }

s.ios.deployment_target = '10.0'
s.swift_version = '4.1'
Expand Down

0 comments on commit 6357303

Please sign in to comment.