Skip to content

Commit 870cd8c

Browse files
authored
Update README.md
1 parent 829af6c commit 870cd8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install
1616
it, simply add the following line to your Podfile:
1717

1818
```ruby
19-
pod "Device", '~> 3.0.0'
19+
pod "Device", '~> 3.0.1'
2020
```
2121

2222
## Carthage
@@ -33,7 +33,7 @@ $ brew install carthage
3333
To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`:
3434

3535
```ogdl
36-
github "Ekhoo/Device" ~> 3.0.0
36+
github "Ekhoo/Device" ~> 3.0.1
3737
```
3838

3939
Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.

0 commit comments

Comments
 (0)