Skip to content

Commit

Permalink
Bump v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nverinaud committed Aug 11, 2013
1 parent 390d082 commit 9f8c508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NVSlideMenuController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "NVSlideMenuController"
s.version = "1.5.1"
s.version = "1.5.2"
s.summary = "A slide menu done right for iOS."
s.homepage = "https://github.com/nverinaud/NVSlideMenuController"
s.license = 'MIT'
s.author = { "Nicolas VERINAUD" => "n.verinaud@gmail.com" }
s.source = { :git => "https://github.com/nverinaud/NVSlideMenuController.git", :tag => "v1.5.1" }
s.source = { :git => "https://github.com/nverinaud/NVSlideMenuController.git", :tag => "v1.5.2" }
s.platform = :ios, '5.0'
s.source_files = 'lib', 'lib/**/*.{h,m}'
s.framework = 'QuartzCore'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2

0 comments on commit 9f8c508

Please sign in to comment.