From 2c33b3d0bd671439ba261a24fe1712b61960a383 Mon Sep 17 00:00:00 2001 From: Wooseong Kim Date: Wed, 28 Jun 2017 10:41:41 +0900 Subject: [PATCH] Bump version to 1.0.1 --- TabNavigatable.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TabNavigatable.podspec b/TabNavigatable.podspec index eb5f4da..7015ddf 100644 --- a/TabNavigatable.podspec +++ b/TabNavigatable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TabNavigatable' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'A useful protocol and its extension when you make custom TabBarViewController.' s.homepage = 'https://github.com/kwosu87/TabNavigatable' s.license = { :type => 'MIT', :file => 'LICENSE' }