Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Nov 12, 2024
1 parent 079adc3 commit 12ecbb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.


Expand Down

0 comments on commit 12ecbb3

Please sign in to comment.