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