Skip to content

Commit 0dd3713

Browse files
committed
Bump version to 0.4.1
1 parent 7239f67 commit 0dd3713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: SPLocalizedString.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SPLocalizedString'
3-
s.version = '0.4'
3+
s.version = '0.4.1'
44
s.license = 'MIT'
55
s.summary = 'An easy way to localize iOS apps.'
66
s.homepage = 'https://github.com/sergiou87/SPLocalizedString.git'
77
s.author = { "Sergio Padrino" => "[email protected]" }
8-
s.source = { :git => 'https://github.com/sergiou87/SPLocalizedString.git', :tag => '0.4' }
8+
s.source = { :git => 'https://github.com/sergiou87/SPLocalizedString.git', :tag => '0.4.1' }
99
s.platform = :ios
1010
s.source_files = 'SPLocalizedString'
1111
s.requires_arc = false

0 commit comments

Comments
 (0)