From 26518e2358a36180339d7003e4ba5fe74340cadc Mon Sep 17 00:00:00 2001 From: Kazuki Horie Date: Tue, 11 Feb 2020 18:10:42 +0900 Subject: [PATCH] Bump version to 0.9.4 --- Example/Podfile.lock | 4 ++-- RxController.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ced969c..0bb8cd9 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -12,7 +12,7 @@ PODS: - RxCocoa (5.0.1): - RxRelay (~> 5) - RxSwift (~> 5) - - RxController (0.9.3): + - RxController (0.9.4): - RxCocoa (~> 5) - RxFlow (~> 2) - RxSwift (~> 5) @@ -64,7 +64,7 @@ SPEC CHECKSUMS: Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b RxBinding: 58be2cf1311165489a66eacb4a3e33932d598a53 RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c - RxController: 376347c3573c909b05afff6ad91c27debd6382a3 + RxController: c1a097b6a6b26018f0b840db83bc0c15394f5e55 RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114 RxDataSourcesSingleSection: 4394e57ae097f33e3845cf3a57bdf7826eca2d38 RxFlow: f89ea40232813062f5e857fbe19a680a205a15ab diff --git a/RxController.podspec b/RxController.podspec index e41cfd5..c470864 100644 --- a/RxController.podspec +++ b/RxController.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxController' - s.version = '0.9.3' + s.version = '0.9.4' s.summary = 'A library for developing with MVVM-C based on RxFlow and RxSwift.' # This description is used to generate tags and improve search results.