Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr committed Sep 24, 2024
1 parent 2e69297 commit 424f6df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[package]
name = "kinode-desktop"
version = "0.1.0"
version = "0.1.1"
description = "Kinode Desktop App"
authors = ["dr-frmr"]
license = ""
license = "Apache-2.0"
repository = "https://github.com/kinode-dao/kinode-desktop"
default-run = "kinode-desktop"
edition = "2021"
# does tauri need this?
# rust-version = "1.60"

[build-dependencies]
tauri-build = { version = "1.5.3", features = [] }
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

Currently supports MacOS and Linux

Release coming soon


TODO:

- set up RPC for each user?
- create CD pipeline
- set up auto-update

In pre-release, release coming soon™

### Building from source

Expand Down

0 comments on commit 424f6df

Please sign in to comment.