Skip to content

Commit f2f13ca

Browse files
committed
version from 0.5.0 to 0.5.1
1 parent 0ab772b commit f2f13ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CaseContainer requires iOS 9 or above and is written in Swift 4.2
1818
CaseContainer is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your podfile:
1919

2020
```ruby
21-
pod 'CaseContainer', '~> 0.5.0'
21+
pod 'CaseContainer', '~> 0.5.1'
2222
```
2323

2424
And run `pod install`.
@@ -34,7 +34,7 @@ $ brew install carthage
3434
add CaseContainer to your `Cartfile`:
3535

3636
```ogdl
37-
github "devminjun/CaseContainer" ~> 0.5.0
37+
github "devminjun/CaseContainer" ~> 0.5.1
3838
```
3939

4040
And run `carthage update`.

0 commit comments

Comments
 (0)