diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eb80d..2fb240c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +### 1.0.5 + +- Fix default customisation + ### 1.0.4 - Add customisation way diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 58c3f0e..53f138e 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '1.0.4' +s.version = '1.0.5' 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/terflogag/OpenSourceController'