From dfd1918f201fe3b3b6c726899701854c5b3a22c1 Mon Sep 17 00:00:00 2001 From: kitasuke Date: Thu, 16 Jun 2016 12:10:34 -0700 Subject: [PATCH] Release 1.1.2 --- Example/Podfile.lock | 4 ++-- PagingMenuController.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 0cab6f4f..67d5ae0a 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - PagingMenuController (1.1.1) + - PagingMenuController (1.1.2) DEPENDENCIES: - PagingMenuController (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - PagingMenuController: 624b56a8a0f0d7d90633728ad8085ff8a859932f + PagingMenuController: a47a9669760b95f630cc3ef28bdce104f9107d14 PODFILE CHECKSUM: 182e65100ed4f1fc8683837abd55ef28346367f5 diff --git a/PagingMenuController.podspec b/PagingMenuController.podspec index 971ad292..b4c2a8f2 100644 --- a/PagingMenuController.podspec +++ b/PagingMenuController.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PagingMenuController" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "A paging view with customizable menu" s.homepage = "https://github.com/kitasuke/PagingMenuController" s.license = 'MIT'