From 7a1565d631877a5d9a04ea95e90bbda2d525262c Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Mon, 11 Nov 2019 17:10:27 +0100 Subject: [PATCH] 5.0.0 release --- OpenSourceController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 1e54829..7a597ba 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '4.0.0' +s.version = '5.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/floriangbh/OpenSourceController'