From 7e4e78b46ce8404873f8274b749d0a83c86b2b0c Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Thu, 7 Apr 2016 15:37:23 +0900 Subject: [PATCH] Bump version --- Hakuba.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hakuba.podspec b/Hakuba.podspec index 7ff9614..3a764f6 100644 --- a/Hakuba.podspec +++ b/Hakuba.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Hakuba" - s.version = "2.0.3" + s.version = "2.1" s.summary = "A new way to manage UITableView" s.homepage = "https://github.com/nghialv/Hakuba" s.license = { :type => "MIT", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "2.0.3" } + s.source = { :git => "https://github.com/nghialv/Hakuba.git", :tag => "2.1" } s.source_files = "Hakuba/*" s.requires_arc = true end