From ea562452970c19583eea0db96d3f62d9165c091c Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Tue, 4 Apr 2017 17:44:40 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ OpenSourceController.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb240c..30fc1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========== +### 1.0.7 + +- Fix architecture +- Add Carthage support + ### 1.0.5 - Fix default customisation diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 53f138e..33d5048 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '1.0.5' +s.version = '1.0.7' 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'