From b559b82ff597d1ca7035f209cdb802be9c28f20d Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Tue, 8 Jan 2019 02:10:52 +0000 Subject: [PATCH] Release 1.3.0 --- MnemonicKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MnemonicKit.podspec b/MnemonicKit.podspec index f2f5dda..34d27d1 100644 --- a/MnemonicKit.podspec +++ b/MnemonicKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MnemonicKit" - s.version = "1.2.0" + s.version = "1.3.0" 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.2.0" } + s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.0" } s.source_files = "MnemonicKit/**/*.swift", s.exclude_files = "Sources/App/*.swift" s.swift_version = "4.2"