Skip to content

Commit

Permalink
Bump to version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Feb 2, 2014
1 parent 6807740 commit 3b16639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.8 (work in progress)
## 0.8 (2 February 2014)

- New `localizedTitle` class property for `VTAcknowledgementsViewController`
- Update `VTAcknowledgementsViewController` to include a Done button when at bottom of the navigation controller
Expand Down
5 changes: 3 additions & 2 deletions VTAcknowledgementsViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = 'VTAcknowledgementsViewController'
s.version = '0.7'
s.version = '0.8'
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' => '[email protected]' }
s.social_media_url = 'https://twitter.com/vtourraine'
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.7' }
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.8' }
s.source_files = 'Classes/*.{h,m}'
s.public_header_files = 'Classes/VTAcknowledgementsViewController.{h,m}', 'Classes/VTAcknowledgement.{h,m}'
s.resources = 'VTAcknowledgementsViewController.bundle'
Expand Down

0 comments on commit 3b16639

Please sign in to comment.