From 07f3e1024fba4b722912fe58ec889a0159f01303 Mon Sep 17 00:00:00 2001 From: Todd Martin <33560895+martintc@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:53:29 -0700 Subject: [PATCH] update README for new version (#345) * update README for new version * bump cargo versions --- Cargo.lock | 4 ++-- README.md | 2 +- app/Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f56b5a2f..2df5696e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "comtrya" -version = "0.8.5" +version = "0.8.6" dependencies = [ "age", "anyhow", @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "comtrya-lib" -version = "0.8.5" +version = "0.8.6" dependencies = [ "age", "anyhow", diff --git a/README.md b/README.md index b6bb7cbe..f467b8bf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/Cargo.toml b/app/Cargo.toml index 921186b2..1872bc1d 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comtrya" -version = "0.8.5" +version = "0.8.6" authors = ["David McKay "] edition = "2021" license = "MIT" @@ -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" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 92591a6f..898e9f0d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comtrya-lib" -version = "0.8.5" +version = "0.8.6" authors = ["David McKay "] edition = "2021" license = "MIT"