Skip to content

Commit fa5bad1

Browse files
committedFeb 24, 2016
Bump version to 4.1.0
1 parent 5451b57 commit fa5bad1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>4.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

‎SwiftState.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftState'
3-
s.version = '4.0.0'
3+
s.version = '4.1.0'
44
s.license = { :type => 'MIT' }
55
s.homepage = 'https://github.com/ReactKit/SwiftState'
66
s.authors = { 'Yasuhiro Inami' => 'inamiy@gmail.com' }
@@ -13,4 +13,4 @@ Pod::Spec.new do |s|
1313
s.ios.deployment_target = '8.0'
1414
s.watchos.deployment_target = '2.0'
1515
s.tvos.deployment_target = '9.0'
16-
end
16+
end

‎Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>4.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)
Please sign in to comment.