From fe086e3d343a0898e054bad09fe28aaa0c6cc624 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Sat, 29 Sep 2018 09:48:07 +0200 Subject: [PATCH] Bump to 3.0.0 --- CHANGELOG.md | 4 ++++ OpenSourceController.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16912d..5b45b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +### 3.0.0 + +- Swift 4.2 + ### 2.1.2 - Use DispatchGroup for download diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 6df9548..ad4c846 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '2.1.2' +s.version = '3.0.0' s.summary = 'Display all the librarys licence used in your application. Enjoy !' s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.' s.homepage = 'https://github.com/floriangbh/OpenSourceController'