From 57005e619246fc01fbe289571e59e7ff17506038 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Fri, 14 Sep 2018 10:16:17 +0200 Subject: [PATCH] Bump to version 1.7 --- AcknowList.podspec.json | 4 ++-- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AcknowList.podspec.json b/AcknowList.podspec.json index 23a7e5f..78fa927 100644 --- a/AcknowList.podspec.json +++ b/AcknowList.podspec.json @@ -1,6 +1,6 @@ { "name": "AcknowList", - "version": "1.6.1", + "version": "1.7", "summary": "Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.", "homepage": "https://github.com/vtourraine/AcknowList", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/AcknowList.git", - "tag": "1.6.1" + "tag": "1.7" }, "source_files": "Source/*.swift", "resources": "Resources/AcknowList.bundle", diff --git a/CHANGELOG.md b/CHANGELOG.md index 79871df..de41526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.7 (work in progress) +## 1.7 (14 September 2018) - Update to Swift 4.2 - Filter out manual line wrapping from licenses text, by Albert Zhang (@azhang66) diff --git a/README.md b/README.md index 1b37a69..a20d68d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ AcknowList is also compatible with tvOS for Apple TV apps. ## Requirements -AcknowList is written in Swift 4.2, requires iOS 8.0 or tvOS 9.0 and above, Xcode 9.0 and above. +AcknowList is written in Swift 4.2, requires iOS 8.0 or tvOS 9.0 and above, Xcode 10.0 and above. ## Credits