diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 65298358..95880700 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - PagingMenuController (1.2.0) + - PagingMenuController (1.3.0) DEPENDENCIES: - PagingMenuController (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - PagingMenuController: a2ee82351f712be10ff31e59c11221a04fcc8a73 + PagingMenuController: ebdadf9512e0fa99c909ec1177f0bc6011052c44 PODFILE CHECKSUM: ad8a39de8cc58c1b803b2e2b316ca0de8adca12c diff --git a/PagingMenuController.podspec b/PagingMenuController.podspec index 651a0a2d..89a205f4 100644 --- a/PagingMenuController.podspec +++ b/PagingMenuController.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PagingMenuController" - s.version = "1.2.0" + s.version = "1.3.0" s.summary = "A paging view with customizable menu" s.homepage = "https://github.com/kitasuke/PagingMenuController" s.license = 'MIT'