From caf90cd6ce84c28b2990ee9f9dca36808e37e9b0 Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Sat, 18 Apr 2020 09:51:22 +0900 Subject: [PATCH] bump --- MnemonicKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MnemonicKit.podspec b/MnemonicKit.podspec index 83e38a8..5d4cceb 100644 --- a/MnemonicKit.podspec +++ b/MnemonicKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MnemonicKit" - s.version = "1.3.11" + s.version = "1.3.12" s.summary = "MnemonicKit provides a Swift implementation of BIP39" s.description = <<-DESC MnemonicKit provides a Swift implementation of BIP39. @@ -11,7 +11,7 @@ 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.11" } + s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.12" } s.source_files = "MnemonicKit/**/*.swift", s.swift_version = "5.2" s.ios.deployment_target = "8.0"