Skip to content

Commit

Permalink
[Release] v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Nov 13, 2024
1 parent 30c4866 commit 47cb47c
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap-cli"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
description = "CLI tools for generating beautiful code snapshots"
license = "MIT"
Expand All @@ -13,6 +13,6 @@ path = "src/main.rs"
ansi_term = "0.12.1"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive"] }
codesnap = { path = "../core", version = "0.4.3" }
codesnap = { path = "../core", version = "0.4.4" }
home = "0.5.9"
serde_json = "1.0.132"
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesnap"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
description = "Pure Rust library for generating beautiful code snapshots"
license = "MIT"
Expand Down

0 comments on commit 47cb47c

Please sign in to comment.