From 70cb5a869671046a10c650f52f9735b13040a6b1 Mon Sep 17 00:00:00 2001 From: shoheiyokoyama Date: Tue, 12 Nov 2019 15:27:41 +0900 Subject: [PATCH] Release 0.1.6. --- Chausie.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chausie.podspec b/Chausie.podspec index 9c25ff6..b53cdea 100644 --- a/Chausie.podspec +++ b/Chausie.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Chausie' - s.version = '0.1.5' + s.version = '0.1.6' s.summary = 'Chausie provides a customizable view containers that manages navigation between pages of content. :cat:' s.homepage = 'https://github.com/cats-oss/Chausie' s.license = { :type => 'MIT', :file => 'LICENSE' }