From 830d1018337e2a93953add84b56b0148d0f2e1e5 Mon Sep 17 00:00:00 2001 From: Kenichi Yonekawa Date: Mon, 26 Sep 2016 14:20:28 +0900 Subject: [PATCH] Update SwiftFlux.podspec --- SwiftFlux.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftFlux.podspec b/SwiftFlux.podspec index 91975f6..25b8fa0 100644 --- a/SwiftFlux.podspec +++ b/SwiftFlux.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftFlux" - s.version = "0.6.0" + s.version = "0.6.1" s.summary = "Type-Safe Flux implementation for Swift." s.homepage = "https://github.com/yonekawa/SwiftFlux" s.author = { "Kenichi Yonekawa" => "tcgrim@gmail.com" } @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source = { git: "https://github.com/yonekawa/SwiftFlux.git", - tag: "v0.6.0", + tag: "v0.6.1", } s.source_files = "SwiftFlux/**/*.swift"