diff --git a/Cargo.lock b/Cargo.lock index 769f461..4b949c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,7 +3128,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "main" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "api-router", diff --git a/README.md b/README.md index 464d16b..c31cd05 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ ![Screenshot](screenshot.png) +## Demo deployment + +To test *Minne* out, enter [this](https://minne-demo.stark.pub) read-only demo deployment to view and test functionality out. + ## The "Why" Behind Minne For a while I've been fascinated by Zettelkasten-style PKM systems. While tools like Logseq and Obsidian are excellent, I found the manual linking process to be a hindrance for me. I also wanted a centralized storage and easy access across devices. diff --git a/dist-workspace.toml b/dist-workspace.toml index 3e42848..fed452b 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -17,3 +17,4 @@ allow-dirty = ["ci"] [dist.github-custom-runners] x86_64-unknown-linux-gnu = "ubuntu-22.04" x86_64-unknown-linux-musl = "ubuntu-22.04" +x86_64-pc-windows-msvc = "windows-latest" diff --git a/main/Cargo.toml b/main/Cargo.toml index 1aa2bbd..0e45246 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "main" -version = "0.1.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/perstarkse/minne" license = "AGPL-3.0-or-later"