We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 146cf11 + bd4713e commit 6e5d468Copy full SHA for 6e5d468
2 files changed
Bolts-Swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Bolts-Swift'
3
- s.version = '1.0.0'
+ s.version = '1.0.1'
4
s.license = { :type => 'BSD' }
5
s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.'
6
s.homepage = 'https://github.com/BoltsFramework'
Sources/Info.plist
@@ -15,11 +15,11 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
+ <string>1.0.1</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
22
- <string>$(CURRENT_PROJECT_VERSION)</string>
23
<key>NSPrincipalClass</key>
24
<string></string>
25
</dict>
0 commit comments