From d5c241185c8d9dc94478b71d92087b6759f7c3bd Mon Sep 17 00:00:00 2001 From: shoheiyokoyama Date: Tue, 12 Nov 2019 18:10:54 +0900 Subject: [PATCH] Release 0.1.7. --- Chausie.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chausie.podspec b/Chausie.podspec index b53cdea..f0a0331 100644 --- a/Chausie.podspec +++ b/Chausie.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Chausie' - s.version = '0.1.6' + s.version = '0.1.7' 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' }