Skip to content

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkislyuk committed Nov 29, 2017
1 parent efda80a commit 724cb38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## 0.5.2
## 1.1

- **Update**: Update project settings to Swift 4
- **Add**: Support for iPad Pro 10.5

## 1.0

- **Add**: iPhone 8, iPhone 8 Plus, iPhone X

## 0.5.2

- **Update**: Update project settings to Swift 4
2 changes: 1 addition & 1 deletion Device.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Device.swift"
s.version = "1.0"
s.version = "1.1"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "Super-lightweight library to detect used device"
s.homepage = "https://github.com/schickling/Device.swift"
Expand Down

0 comments on commit 724cb38

Please sign in to comment.