Skip to content

Commit 14a553a

Browse files
authored
update version to 3.7.0 in files (#140)
1 parent f729ac2 commit 14a553a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Device.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 = "Device"
3-
s.version = "3.6.0"
3+
s.version = "3.7.0"
44
s.summary = "Light weight tool for detecting the current device and screen size written in swift."
55

66
s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want."

README.md

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

1919
```ruby
20-
pod "Device", '~> 3.6.0'
20+
pod "Device", '~> 3.7.0'
2121
```
2222

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

3636
```ogdl
37-
github "Ekhoo/Device" ~> 3.6.0
37+
github "Ekhoo/Device" ~> 3.7.0
3838
```
3939

4040
Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.
@@ -47,7 +47,7 @@ Once you have your Swift package set up, adding Device as a dependency is as eas
4747

4848
```swift
4949
dependencies: [
50-
.package(url: "https://github.com/Ekhoo/Device.git", from: "3.6.0")
50+
.package(url: "https://github.com/Ekhoo/Device.git", from: "3.7.0")
5151
]
5252
```
5353

0 commit comments

Comments
 (0)