From 68cecab34a74823496c99261260f8d0eecb3ad26 Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Sun, 4 Nov 2018 23:21:45 +0000 Subject: [PATCH] Bumping version for release. --- MnemonicKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MnemonicKit.podspec b/MnemonicKit.podspec index 57b6bbb..80b3fde 100644 --- a/MnemonicKit.podspec +++ b/MnemonicKit.podspec @@ -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.0.1" } + s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.1.0" } s.source_files = "Sources/**/*.swift", s.exclude_files = "Sources/App/*.swift" s.swift_version = "4.2"