Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Oct 11, 2017
1 parent c951ec2 commit 7fdaec8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## [Version 3.0.0](https://github.com/yannickl/FlowingMenu/releases/tag/3.0.0)
Released on 2017-10-11.

**Swift 4 supports**

#[Version 2.0.1](https://github.com/yannickl/FlowingMenu/releases/tag/2.0.1)
Released on 2016-10-10.

Expand Down
2 changes: 1 addition & 1 deletion Example/FlowingMenu/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.0.1</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/FlowingMenuExample/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.0.1</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FlowingMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FlowingMenu'
s.version = '2.0.1'
s.version = '3.0.0'
s.license = 'MIT'
s.summary = 'Interactive view transition to display menus with flowing and bouncing effects in Swift'
s.homepage = 'https://github.com/yannickl/FlowingMenu.git'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'FlowingMenu', '~> 2.0.1'
pod 'FlowingMenu', '~> 3.0.0'
```

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

```ogdl
github "yannickl/FlowingMenu" >= 2.0.1
github "yannickl/FlowingMenu" >= 3.0.0
```

#### Swift Package Manager
Expand All @@ -145,7 +145,7 @@ let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.Package(url: "https://github.com/yannickl/FlowingMenu.git", versions: "2.0.1" ..< Version.max)
.Package(url: "https://github.com/yannickl/FlowingMenu.git", versions: "3.0.0" ..< Version.max)
]
)
```
Expand Down

0 comments on commit 7fdaec8

Please sign in to comment.