Skip to content

Commit

Permalink
Version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carloe committed Jan 20, 2018
1 parent e49065f commit dfb4824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LicensesViewController.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfb4824

Please sign in to comment.