We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4a01a commit e71f5b0Copy full SHA for e71f5b0
ForecastIO.podspec
@@ -9,7 +9,7 @@
9
10
Pod::Spec.new do |s|
11
s.name = "ForecastIO"
12
- s.version = "4.0.0"
+ s.version = "4.1.0"
13
s.summary = "ForecastIO is a Swift library for interfacing with the Dark Sky forecast API."
14
s.homepage = "https://github.com/sxg/ForecastIO"
15
s.license = 'MIT'
Source/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>4.0.0</string>
+ <string>4.1.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments