From 63573039d7b5f107f3a460660262170325dff186 Mon Sep 17 00:00:00 2001 From: Zac Morris Date: Thu, 6 Sep 2018 15:20:10 -0400 Subject: [PATCH] Bumping version number for 0.2.0-beta1 release --- EtherKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EtherKit.podspec b/EtherKit.podspec index 0e30fbb..dadd5a3 100644 --- a/EtherKit.podspec +++ b/EtherKit.podspec @@ -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 @@ -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'