Skip to content

Commit

Permalink
2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
denisenepraunig committed Oct 2, 2019
1 parent 4861d8e commit 4a1c9aa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 2.3.0

Releasedate: 2019-10-02

```ruby
pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch => 'master'
```

### New devices
- Added support for the new september 2019 devices:
- iPad (7th generation)

## Version 2.2.0

Releasedate: 2019-09-24
Expand All @@ -14,8 +26,6 @@ pod 'DeviceKit', :git => 'https://github.com/devicekit/DeviceKit.git', :branch =
- iPhone 11 Pro
- iPhone 11 Pro Max
- Apple Watch Series 5

Support for iPad (7th generation) will be added later.

### New features
- `Device.current.cameras` now has the `.ultraWide` camera type added for devices with that camera.
Expand Down
2 changes: 1 addition & 1 deletion DeviceKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '2.2.0'
s.version = '2.3.0'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

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

## Features
Expand Down
2 changes: 1 addition & 1 deletion Source/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>2.2.0</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4a1c9aa

Please sign in to comment.