Bumping version for release.

This commit is contained in:
keefertaylor 2018-11-04 23:21:45 +00:00
parent e257f21c90
commit 68cecab34a
1 changed files with 1 additions and 1 deletions

View File

@ -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"