Skip to content

Commit d989b23

Browse files
committed
Bump version number
1 parent 9c18f4a commit d989b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ForecastIO.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "ForecastIO"
12-
s.version = "6.0.1"
13-
s.swift_version = "4.2"
12+
s.version = "7.0.0"
13+
s.swift_version = "5.0"
1414
s.summary = "ForecastIO is a Swift library for interfacing with the Dark Sky forecast API."
1515
s.homepage = "https://github.com/sxg/ForecastIO"
1616
s.license = 'MIT'

Source/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>6.0.1</string>
18+
<string>7.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)