From 58c5c803b539ce2b8d78c5af39ed8faad47efabd Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Sat, 16 Feb 2019 17:51:24 +0000 Subject: [PATCH] Bump fix --- MnemonicKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MnemonicKit.podspec b/MnemonicKit.podspec index f162f40..edd1ebb 100644 --- a/MnemonicKit.podspec +++ b/MnemonicKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MnemonicKit" - s.version = "1.3.3" + s.version = "1.3.4" s.summary = "MnemonicKit provides a Swift implementation of BIP39" s.description = <<-DESC MnemonicKit provides a Swift implementation of BIP39. @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/keefertaylor/MnemonicKit" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" } - s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.3" } + s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.4" } s.source_files = "MnemonicKit/**/*.swift", s.swift_version = "4.2" s.ios.deployment_target = "8.0"