Skip to content

Commit

Permalink
Bumpup version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Nov 20, 2015
1 parent f61fd03 commit 5b13785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftFlux.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftFlux"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "Type-Safe Flux implementation for Swift."
s.homepage = "https://github.com/yonekawa/SwiftFlux"
s.author = { "Kenichi Yonekawa" => "[email protected]" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.source = {
git: "https://github.com/yonekawa/SwiftFlux.git",
tag: "v0.1.0",
tag: "v0.2.0",
}
s.source_files = "SwiftFlux/*.swift"

Expand Down

0 comments on commit 5b13785

Please sign in to comment.