Skip to content

Commit 1f2a341

Browse files
committed
Update SwiftFlux.podspec
1 parent a338c0e commit 1f2a341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftFlux.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftFlux"
3-
s.version = "0.3.0"
3+
s.version = "0.4.0"
44
s.summary = "Type-Safe Flux implementation for Swift."
55
s.homepage = "https://github.com/yonekawa/SwiftFlux"
66
s.author = { "Kenichi Yonekawa" => "[email protected]" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.source = {
1313
git: "https://github.com/yonekawa/SwiftFlux.git",
14-
tag: "v0.3.0",
14+
tag: "v0.4.0",
1515
}
1616
s.source_files = "SwiftFlux/**/*.swift"
1717

0 commit comments

Comments
 (0)