From 1c70ebb57245b16eaf7fa66838a395f391ca47c4 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Sun, 4 May 2014 14:08:38 +0200 Subject: [PATCH] Bump to version 0.11 --- CHANGELOG.md | 2 +- README.md | 2 +- VTAcknowledgementsViewController.podspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1afd3f..f8de7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.11 (work in progress) +## 0.11 (4 May 2014) - Portuguese localization, by Michael Brown (@mluisbrown) - Spanish localization, by Billy Tobon (@billyto) diff --git a/README.md b/README.md index ffe830b..8b1eee7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ _Ready to use “Acknowledgements”/“Licenses”/“Credits” view controlle This project is only useful if you use CocoaPods, so let’s assume that you’re indeed using CocoaPods. 1. Add `pod 'VTAcknowledgementsViewController'` in your `Podfile`. -2. Import the `Pods-acknowledgements.plist` file from the generated `Pods` folder to your main app project (so you need to run `pod install` at least once before using this pod; don’t copy the file itself, just add a reference). +2. Import the `Pods-acknowledgements.plist` file from the generated `Pods` folder to your main app project (so you need to run `pod install` at least once before using this pod; don’t copy the file itself, just add a reference). You can automate that step from your Podfile, [as pointed out by @billyto](https://github.com/vtourraine/VTAcknowledgementsViewController/issues/20). **Note: if you know how to import this file automatically, as part of the `pod install` process, please let me know.** diff --git a/VTAcknowledgementsViewController.podspec b/VTAcknowledgementsViewController.podspec index 127985c..62319b4 100644 --- a/VTAcknowledgementsViewController.podspec +++ b/VTAcknowledgementsViewController.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'VTAcknowledgementsViewController' - s.version = '0.10' + s.version = '0.11' s.license = 'MIT' s.summary = 'Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.' s.screenshots = 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-01.png', 'http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-300-02.png' s.homepage = 'https://github.com/vtourraine/VTAcknowledgementsViewController' s.authors = { 'Vincent Tourraine' => 'me@vtourraine.net' } s.social_media_url = 'https://twitter.com/vtourraine' - s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.10' } + s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.11' } s.source_files = 'Classes/*.{h,m}' s.public_header_files = 'Classes/VTAcknowledgementsViewController.{h,m}', 'Classes/VTAcknowledgement.{h,m}' s.resources = 'VTAcknowledgementsViewController.bundle'