Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Jun 9, 2016
1 parent 044eec1 commit 88f7b07
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## [Version 2.3.0](https://github.com/yannickl/SnappingStepper/releases/tag/2.3.0)
*Released on 2016-06-09.*

- Swift Package Manager
- [ADD] hint property
- [ADD] Custom shape customization

## [Version 2.2.0](https://github.com/yannickl/SnappingStepper/releases/tag/2.2.0)
*Released on 2016-03-22.*

Expand Down
2 changes: 1 addition & 1 deletion Example/SnappingStepper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/SnappingStepperExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'SnappingStepper', '~> 2.2.0'
pod 'SnappingStepper', '~> 2.3.0'
```

Install into your project:
Expand Down Expand Up @@ -100,7 +100,7 @@ $ brew install carthage
To integrate `SnappingStepper` into your Xcode project using Carthage, specify it in your `Cartfile` file:

```ogdl
github "yannickl/SnappingStepper" >= 2.0.0
github "yannickl/SnappingStepper" >= 2.3.0
```

## Manually
Expand Down
2 changes: 1 addition & 1 deletion SnappingStepper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SnappingStepper'
s.version = '2.2.0'
s.version = '2.3.0'
s.license = 'MIT'
s.summary = 'An elegant alternative to the UIStepper written in Swift'
s.homepage = 'https://github.com/yannickl/SnappingStepper.git'
Expand Down

0 comments on commit 88f7b07

Please sign in to comment.