Skip to content

Commit ae0ef15

Browse files
committed
FlyoverKit Version 1.3.0 πŸš€
1 parent 4543d4e commit ae0ef15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€ŽConfigs/FlyoverKit.plistβ€Ž

Lines changed: 1 addition & 1 deletion
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.2.2</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

β€ŽConfigs/FlyoverKitTests.plistβ€Ž

Lines changed: 1 addition & 1 deletion
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.2.2</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

β€ŽExample/Supporting Files/Info.plistβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.2</string>
20+
<string>1.3.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

β€ŽFlyoverKit.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 = "FlyoverKit"
3-
s.version = "1.2.2"
3+
s.version = "1.3.0"
44
s.summary = "360Β° flyover on an MKMapView"
55
s.homepage = "https://github.com/SvenTiigi/FlyoverKit"
66
s.social_media_url = 'http://twitter.com/SvenTiigi'

0 commit comments

Comments
Β (0)