From dfb482456757798c57a031ffeafef45c7d970d21 Mon Sep 17 00:00:00 2001 From: Carlo Eugster Date: Sat, 20 Jan 2018 08:10:08 +0100 Subject: [PATCH] Version 0.6.5 --- LicensesViewController.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LicensesViewController.podspec b/LicensesViewController.podspec index b17afea..d91d670 100644 --- a/LicensesViewController.podspec +++ b/LicensesViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LicensesViewController" - s.version = "0.6.4" + s.version = "0.6.5" s.summary = "Give credit where credit is due." s.description = <<-DESC Recursively finds all LICENSE.* files in a given directory and generates that can be displayed via Settings.bundle or the provided view controller. diff --git a/README.md b/README.md index c6963f9..15297a9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'LicensesViewController', '~> 0.6.4' +pod 'LicensesViewController', '~> 0.6.5' ``` Then tell Pod to install it: