From 12ecbb3faa10d74ce99a528647155a4c3308e917 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Tue, 12 Nov 2024 15:27:39 +0100 Subject: [PATCH] Update package --- Package.swift | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index eb95a2171b9..84e54b53d83 100644 --- a/Package.swift +++ b/Package.swift @@ -20,8 +20,8 @@ let package = Package( targets: [ .binaryTarget( name: "KeyboardKitPro", - url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0-rc.1/KeyboardKitPro.zip", - checksum: "c4d16dcc711a603518cb194877e3318a2bb50d5e661ca8af38660371dfd882fd" + url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0-rc.2/KeyboardKitPro.zip", + checksum: "1e81e04e3a70886b461e8c1c0afcad8f82f475a698b43244bc36d9ca7aaf994c" ) ] ) diff --git a/README.md b/README.md index e884fd2d80d..e848450d92e 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ KeyboardKit Pro unlocks localized keyboards, layouts, callouts and behaviors for * 🔣 [Layout][Layout] - Localized layouts for all locales. * 🌐 [Localization][Localization] - Services & views for all locales. * 👁 [Previews][Previews] - Keyboard & theme previews for in-app use. -* ➡️ [Proxy][Proxy] - Let `UITextDocumentProxy` read the full document. +* 📄 [Proxy][Proxy] - Let `UITextDocumentProxy` read the full document. * 📝 [Text][Text-Input] - Let users type within the keyboard. * 🍭 [Themes][Themes] - A theme engine with many pre-defined themes. @@ -187,7 +187,7 @@ KeyboardKit Pro unlocks localized keyboards, layouts, callouts and behaviors for The [online documentation][Documentation] has a detailed article for each feature, a thorough getting-started guide, code samples, etc. You can also build it from the source code to get better formatting. > [!NOTE] -> The online documentation is updated for KeyboardKit 9.0 RC 1. Documentation for KeyboardKit 8 can be built from the source code. +> The online documentation is updated for KeyboardKit 9.0 RC 2. Documentation for KeyboardKit 8 can be built from the source code.