Skip to content

Commit

Permalink
Merge pull request #1 from H1ghBre4k3r/bump-version-to-011
Browse files Browse the repository at this point in the history
chore: bump version to v0.1.1
  • Loading branch information
H1ghBre4k3r authored Oct 28, 2024
2 parents 95ff81a + a5268c9 commit d3bcbcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lachs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lachs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Louis Meyer (H1ghBre4k3r) <h1ghbe4k3r@dev.bre4k3r.de>"]
license = "MIT"
Expand All @@ -11,5 +11,5 @@ documentation = "https://docs.rs/lachs"

[dependencies]
colored = "2.1.0"
lachs_derive = { version = "0.1.0", path = "../lachs_derive/" }
lachs_derive = { version = "0.1.1", path = "../lachs_derive/" }
regex = "1.11.1"
2 changes: 1 addition & 1 deletion lachs_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lachs_derive"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Louis Meyer (H1ghBre4k3r) <h1ghbe4k3r@dev.bre4k3r.de>"]
license = "MIT"
Expand Down

0 comments on commit d3bcbcc

Please sign in to comment.