From 7b81361d514d622c29c0a9e8ceb26c4675a3d1ee Mon Sep 17 00:00:00 2001 From: kitasuke Date: Sun, 8 Jan 2017 23:59:18 -0800 Subject: [PATCH] Release 2.2.0 --- Example/Podfile.lock | 6 +++--- PagingMenuController.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index f5bfe226..03c42470 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - PagingMenuController (2.1.1) + - PagingMenuController (2.2.0) DEPENDENCIES: - PagingMenuController (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - PagingMenuController: 394af0edd93ae6d574e138df0bb458f81b355646 + PagingMenuController: acdb8e0ff7f977182b0586656d19ba1d992390a6 PODFILE CHECKSUM: ad8a39de8cc58c1b803b2e2b316ca0de8adca12c -COCOAPODS: 1.1.0.rc.2 +COCOAPODS: 1.1.1 diff --git a/PagingMenuController.podspec b/PagingMenuController.podspec index 976e9acb..01a53827 100644 --- a/PagingMenuController.podspec +++ b/PagingMenuController.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PagingMenuController" - s.version = "2.1.1" + s.version = "2.2.0" s.summary = "A paging view with customizable menu" s.homepage = "https://github.com/kitasuke/PagingMenuController" s.license = 'MIT'