From 3f1dad13dccd8342f49d2d05602a1e0b9f2d07eb Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Fri, 3 Mar 2017 10:56:50 +0100 Subject: [PATCH] Bump version --- OpenSourceController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index bca6ace..d87e61f 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '0.1.0' +s.version = '1.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/terflogag/OpenSourceController'