Skip to content

Commit 4a1c9aa

Browse files
2.3.0 release
1 parent 4861d8e commit 4a1c9aa

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Version 2.3.0
4+
5+
Releasedate: 2019-10-02
6+
7+
```ruby
8+
pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'
9+
```
10+
11+
### New devices
12+
- Added support for the new september 2019 devices:
13+
- iPad (7th generation)
14+
315
## Version 2.2.0
416

517
Releasedate: 2019-09-24
@@ -14,8 +26,6 @@ pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch =
1426
- iPhone 11 Pro
1527
- iPhone 11 Pro Max
1628
- Apple Watch Series 5
17-
18-
Support for iPad (7th generation) will be added later.
1929

2030
### New features
2131
- `Device.current.cameras` now has the `.ultraWide` camera type added for devices with that camera.

DeviceKit.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 = 'DeviceKit'
3-
s.version = '2.2.0'
3+
s.version = '2.3.0'
44
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
55

66
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
`DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
2020

21-
## Current version 2.2.0
21+
## Current version 2.3.0
2222
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
2323

2424
## Features

Source/Info.plist

Lines changed: 1 addition & 1 deletion
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>2.2.0</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)