Skip to content

Commit

Permalink
bump fix number
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jan 8, 2019
1 parent f7320b7 commit c3d6bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MnemonicKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MnemonicKit"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "MnemonicKit provides a Swift implementation of BIP39"
s.description = <<-DESC
MnemonicKit provides a Swift implementation of BIP39.
Expand All @@ -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" => "[email protected]" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.1" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.2" }
s.source_files = "MnemonicKit/**/*.swift",
s.exclude_files = "Sources/App/*.swift"
s.swift_version = "4.2"
Expand Down

0 comments on commit c3d6bd8

Please sign in to comment.