Skip to content

Commit

Permalink
Bump to version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jan 22, 2014
1 parent e2d3903 commit 74b27d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7 (22 January 2014)

- Traditional Chinese localization, by Ben (@bcylin)

## 0.6 (16 January 2014)

- German localization, by Sascha Schwabbauer (@sascha)
Expand Down
4 changes: 2 additions & 2 deletions VTAcknowledgementsViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'VTAcknowledgementsViewController'
s.version = '0.6'
s.version = '0.7'
s.license = 'MIT'
s.summary = 'Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.'
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.6' }
s.source = { :git => 'https://github.com/vtourraine/VTAcknowledgementsViewController.git', :tag => '0.7' }
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 74b27d1

Please sign in to comment.