Skip to content

Commit 5c4ca95

Browse files
committed
bump up tag version in podspec
1 parent 7656a41 commit 5c4ca95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SIAlertView.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 = 'SIAlertView'
3-
s.version = '1.0'
3+
s.version = '1.1'
44
s.license = 'MIT'
55
s.summary = 'An UIAlertView replacement.'
66
s.homepage = 'https://github.com/Sumi-Interactive/SIAlertView'
77
s.author = { 'Sumi Interactive' => '[email protected]' }
88
s.source = { :git => 'https://github.com/Sumi-Interactive/SIAlertView.git',
9-
:tag => '1.0' }
9+
:tag => '1.1' }
1010

1111
s.description = 'An UIAlertView replacement with block syntax and fancy transition styles.'
1212

0 commit comments

Comments
 (0)