Skip to content

Commit cabdd23

Browse files
committed
Fixed the correct tag name in SASlideMenu.podspec
1 parent b871737 commit cabdd23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Version 2.0.1
2323

2424
Version 2.0.2
2525
* Fixed the correct version to SASlideMenu.podspec
26+
27+
Version 2.0.3
28+
* Fixed the correct tag name in SASlideMenu.podspec

SASlideMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SASlideMenu'
3-
s.version = '2.0.2'
3+
s.version = '2.0.3'
44
s.license = { :type => 'MIT', :file => 'README.md' }
55
s.summary = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.'
66
s.homepage = 'https://github.com/stefanoa/SASlideMenu'
77
s.author = 'Stefano Antonelli'
88

9-
s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.2' }
9+
s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.3' }
1010

1111
s.description = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.
1212
Sliding menus are used in a number of popular applications like Path 2.0, GMail, TechCrunch and many others.'

0 commit comments

Comments
 (0)