From 724cb3847473f4fe2303239894c1f414449faac2 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Thu, 30 Nov 2017 00:37:57 +0300 Subject: [PATCH] Bump to 1.1 --- CHANGELOG.md | 8 ++++++-- Device.swift.podspec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f495e03..afeff70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/Device.swift.podspec b/Device.swift.podspec index 6c6a369..69ce019 100755 --- a/Device.swift.podspec +++ b/Device.swift.podspec @@ -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"