Skip to content

Commit e5abbf5

Browse files
committed
1.3.2
1 parent 5166469 commit e5abbf5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.markdown

+2-2
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.1
7+
github "shnhrrsn/SHNUrlRouter" ~> 1.3.2
88
```
99

1010
### CocoaPods
1111

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

1717
### Without a dependency manager

SHNUrlRouter.podspec

+1-1
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.1"
3+
s.version = "1.3.2"
44
s.summary = "Simple Router for Swift"
55
s.homepage = "https://github.com/shnhrrsn/SHNUrlRouter"
66
s.license = "MIT"

SHNUrlRouter/Info.plist

+1-1
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.1</string>
18+
<string>1.3.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)