Skip to content

Commit bd4713e

Browse files
committed
Bolts 1.0.1.
1 parent 146cf11 commit bd4713e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Bolts-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Bolts-Swift'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.license = { :type => 'BSD' }
55
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
66
s.homepage = 'https://github.com/BoltsFramework'

Sources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>1.0.1</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)