From 4dc34e956adcf8f810f4186b983a22430761c1b9 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Sun, 10 Dec 2017 14:29:07 +0100 Subject: [PATCH] Bump version --- OpenSourceController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 97e9ccd..e50749f 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '2.0.2' +s.version = '2.1.O' 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'