From 25d3bee5c1ec3f8d5bcfc1be9b805c4e4043103e Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Wed, 8 Mar 2017 17:01:40 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- OpenSourceController.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a8f05..f6eb80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Changelog ========== +### 1.0.4 + +- Add customisation way + ### 1.0.3 - Remove public extension - diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index dad796e..58c3f0e 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '1.0.3' +s.version = '1.0.4' 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'