Skip to content

Commit

Permalink
Bumping version number to 0.1.6 for new release prior to security ref…
Browse files Browse the repository at this point in the history
…actor
  • Loading branch information
pr0zac committed Sep 6, 2018
1 parent a4f9a31 commit 71f077a
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.5'
s.version = '0.1.6'
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.5' }
s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.1.6' }

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

0 comments on commit 71f077a

Please sign in to comment.