From 752558b42039b52ab7d5239dedd8fe71743fcf6c Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Wed, 29 Jan 2020 15:52:39 +0100 Subject: [PATCH] 4.1.0 release --- OpenSourceController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 7902632..31af08a 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '4.0.2' +s.version = '4.1.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/floriangbh/OpenSourceController'