Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Oct 14, 2017
1 parent b7fbc6b commit a7f9cd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Simple Router for Swift based on Laravel’s Router, though it’s lacking Larav
### Carthage

```
github "shnhrrsn/SHNUrlRouter" ~> 1.3
github "shnhrrsn/SHNUrlRouter" ~> 1.3.1
```

### CocoaPods

```
use_frameworks!
pod 'SHNUrlRouter', '~> 1.3'
pod 'SHNUrlRouter', '~> 1.3.1'
```

### Without a dependency manager
Expand Down
2 changes: 1 addition & 1 deletion SHNUrlRouter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SHNUrlRouter"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "Simple Router for Swift"
s.homepage = "https://github.com/shnhrrsn/SHNUrlRouter"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion SHNUrlRouter/SHNUrlRouter/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</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a7f9cd1

Please sign in to comment.