Skip to content

Commit

Permalink
release: v0.8.4 (#327)
Browse files Browse the repository at this point in the history
Change files for new release
  • Loading branch information
martintc committed May 6, 2023
1 parent b716375 commit e05c3f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions app/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "comtrya"
version = "0.8.3"
version = "0.8.4"
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 = "6.1"
comtrya-lib = { path = "../lib", version = "0.8.3" }
comtrya-lib = { path = "../lib", version = "0.8.4" }
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.3"
version = "0.8.4"
authors = ["David McKay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e05c3f2

Please sign in to comment.