From 0972cb3fbaadb40851a0b22218e51b4ccb93e6c2 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 3 Dec 2015 09:44:26 +0800 Subject: [PATCH 1/2] Bump version to 0.3.0 --- CHANGELOG.md | 6 +++++- Example/Example/Info.plist | 2 +- NEUPagingSegmentedControl.podspec | 2 +- Podfile.lock | 4 ++-- Source/Info.plist | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba56d1e..e98cf28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -## v0.2.1 +## v0.3.0 #### Breaking * Header files other than `NEUPagingSegmentedControl` are now private +#### Fixed + +* The tag `v0.2.1` is dropped since it is not compatible with `v0.2.0` + ## v0.2.0 #### Added diff --git a/Example/Example/Info.plist b/Example/Example/Info.plist index e09fbe6..c82fd4a 100644 --- a/Example/Example/Info.plist +++ b/Example/Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/NEUPagingSegmentedControl.podspec b/NEUPagingSegmentedControl.podspec index 3c58946..28ca877 100644 --- a/NEUPagingSegmentedControl.podspec +++ b/NEUPagingSegmentedControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NEUPagingSegmentedControl" - s.version = "0.2.1" + s.version = "0.3.0" s.summary = "A horizontal segmented control that works with UIScrollView paging." s.screenshots = "https://bcylin.github.io/NEUPagingSegmentedControl/img/screenshot.png" diff --git a/Podfile.lock b/Podfile.lock index 5dd84cc..eab64ca 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - NEUPagingSegmentedControl (0.2.1) + - NEUPagingSegmentedControl (0.3.0) DEPENDENCIES: - NEUPagingSegmentedControl (from `./`) @@ -9,6 +9,6 @@ EXTERNAL SOURCES: :path: "./" SPEC CHECKSUMS: - NEUPagingSegmentedControl: aaab0d6c490275434dfb04ba0ffeef55c8603bd9 + NEUPagingSegmentedControl: 1efe526fbf4c69210424043cf3922f72b87557c0 COCOAPODS: 0.39.0 diff --git a/Source/Info.plist b/Source/Info.plist index b952144..9d45612 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.1 + 0.3 CFBundleSignature ???? CFBundleVersion From d34b9a71ec025dfa0f3df3527aaa050e3177ceef Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 4 Dec 2015 02:32:27 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebe933..7ab9e48 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pod 'NEUPagingSegmentedControl', git: 'https://github.com/bcylin/NEUPagingSegmen * Create a `Cartfile` with the following specification and run `carthage bootstrap`. ``` -github "bcylin/NEUPagingSegmentedControl" +github "bcylin/NEUPagingSegmentedControl" >= 0.3.0 ``` * Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add the framework to an iOS project.