Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Feb 3, 2016
1 parent e486c88 commit 2052ab9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DynamicButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicButton'
s.version = '1.2.0'
s.version = '1.3.0'
s.license = 'MIT'
s.summary = 'Yet another animated flat buttons in Swift'
s.homepage = 'https://github.com/yannickl/DynamicButton.git'
Expand Down
2 changes: 1 addition & 1 deletion Example/DynamicButton/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>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/DynamicButtonExample/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>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/TVExample/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>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ enum Style {
case CircleClose // Close symbol surrounded by a circle
case CirclePlus // Plus symbol surrounded by a circle
case Close // Close symbol: X
case Dot // Dot symbol: .
case Download // Downwards triangle-headed arrow to bar: ⭳ \{U+2B73}
case FastForward // Fast forward: ≫
case Hamburger // Hamburger button: ≡
Expand Down Expand Up @@ -92,7 +93,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'DynamicButton', '~> 1.2.0'
pod 'DynamicButton', '~> 1.3.0'
```

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

```ogdl
github "yannickl/DynamicButton" >= 1.2.0
github "yannickl/DynamicButton" >= 1.3.0
```

#### Manually
Expand Down

0 comments on commit 2052ab9

Please sign in to comment.