From f9bc34e354efd3c725619828450ad0a44de3aa7b Mon Sep 17 00:00:00 2001 From: Den Ree Date: Thu, 2 Apr 2026 14:27:29 +0200 Subject: [PATCH] Update chiui dependency version to 1.0.1 Small updates --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fe2cc1c..6ecc879 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following to your `Package.swift` file: ```swift dependencies: [ - .package(url: "https://github.com/den-ree/chiui", from: "1.0.0") + .package(url: "https://github.com/den-ree/chiui", from: "1.0.1") ] ``` @@ -110,8 +110,6 @@ struct EntryView: ContextualView { Please visit our [Documentation](https://den-ree.github.io/chiui/documentation/chiui/). -Hosted DocC can be published with the `Publish DocC` workflow to GitHub Pages. - ## Why Chiui - Local view state and global store state are clearly separated.