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'