Skip to content

Commit

Permalink
update README for new version (#345)
Browse files Browse the repository at this point in the history
* update README for new version

* bump cargo versions
  • Loading branch information
martintc committed Oct 16, 2023
1 parent 698c0fb commit 07f3e10
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ curl -fsSL https://get.comtrya.dev | sh
or specify `VERSION=vx.x.x` to pin to a release version

```shell
VERSION=v0.8.5 curl -fsSL https://get.comtrya.dev | sh
VERSION=v0.8.6 curl -fsSL https://get.comtrya.dev | sh
```

If this doesn't work for your OS and architecture, please open an issue and we'll do our best to support it.
Expand Down
4 changes: 2 additions & 2 deletions app/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "comtrya"
version = "0.8.5"
version = "0.8.6"
authors = ["David McKay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ anyhow = "1.0"
age = { version = "0.9", features = ["armor"] }
colored = "2.0"
comfy-table = "7"
comtrya-lib = { path = "../lib", version = "0.8.5" }
comtrya-lib = { path = "../lib", version = "0.8.6" }
dirs-next = "2.0"
file_diff = "1.0"
gitsync = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "comtrya-lib"
version = "0.8.5"
version = "0.8.6"
authors = ["David McKay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 07f3e10

Please sign in to comment.