Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit c6cf24b

Browse files
release: v6.0.0
1 parent 2224216 commit c6cf24b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Kinvey.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "Kinvey"
19-
s.version = "6.0.0-rc.1"
19+
s.version = "6.0.0"
2020
s.summary = "Kinvey Swift SDK"
2121

2222
# This description is used to generate tags and improve search results.

Kinvey/Kinvey/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.0-rc.1</string>
18+
<string>6.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
name: "Kinvey",
88
platforms: [
99
.macOS(.v10_12),
10-
.iOS(.v10),
11-
.tvOS(.v10),
10+
.iOS(.v12),
11+
.tvOS(.v12),
1212
.watchOS(.v3)
1313
],
1414
products: [

0 commit comments

Comments
 (0)