From 68910e08557bfbca28370da25ecb1a1d370f283d Mon Sep 17 00:00:00 2001 From: Yasuhiro Inami Date: Sun, 16 Apr 2017 22:36:10 +0900 Subject: [PATCH] Update podspec --- RxAutomaton.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxAutomaton.podspec b/RxAutomaton.podspec index 10bfbb6..48278d7 100644 --- a/RxAutomaton.podspec +++ b/RxAutomaton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxAutomaton" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "RxSwift + State Machine, inspired by Redux and Elm." s.homepage = "https://github.com/inamiy/RxAutomaton" s.license = { :type => "MIT", :file => "LICENSE" }