Skip to content

Commit 7430eb2

Browse files
committed
2.0.0
1 parent 4a273f8 commit 7430eb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Simple Router for Swift based on Laravel’s Router, though it’s lacking Larav
44
### Carthage
55

66
```
7-
github "shnhrrsn/SHNUrlRouter" ~> 1.3.2
7+
github "shnhrrsn/SHNUrlRouter" ~> 2.0.0
88
```
99

1010
### CocoaPods
1111

1212
```
1313
use_frameworks!
14-
pod 'SHNUrlRouter', '~> 1.3.2'
14+
pod 'SHNUrlRouter', '~> 2.0.0'
1515
```
1616

1717
### Without a dependency manager

SHNUrlRouter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SHNUrlRouter"
3-
s.version = "1.3.2"
3+
s.version = "2.0.0"
44
s.summary = "Simple Router for Swift"
55
s.homepage = "https://github.com/shnhrrsn/SHNUrlRouter"
66
s.license = "MIT"

SHNUrlRouter/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.2</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)