From 55638bdfe357f126dd2c6e0caa4d540a9b173a3c Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Thu, 14 Feb 2019 00:26:21 +0000 Subject: [PATCH] Bump fix --- Base58Swift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base58Swift.podspec b/Base58Swift.podspec index 0b7161e..f2d4c44 100644 --- a/Base58Swift.podspec +++ b/Base58Swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Base58Swift" - s.version = "1.0.0" + s.version = "1.0.2" s.summary = "A pure swift implementation of base58 string encoding and decoding." s.description = <<-DESC A pure swift implementation of base58 string encoding and decoding. Based off of https://github.com/jbenet/go-base58. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/keefertaylor/Base58Swift" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" } - s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "1.0.2" } s.source_files = "Base58Swift/*.swift" s.swift_version = "4.2" s.ios.deployment_target = "8.0"