Skip to content

Commit

Permalink
chore: bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Dec 5, 2024
1 parent 2412f4a commit 01de783
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.

2 changes: 1 addition & 1 deletion liblrge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liblrge"
version = "0.1.2"
version = "0.1.3"
documentation = "https://docs.rs/liblrge"
description.workspace = true
authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions lrge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lrge"
version = "0.1.2"
version = "0.1.3"
categories = ["science", "command-line-utilities"]
description.workspace = true
authors.workspace = true
Expand All @@ -19,4 +19,4 @@ anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
env_logger = "0.11.5"
tempfile = "3.14.0"
liblrge = { path = "../liblrge", version = "0.1.2" }
liblrge = { path = "../liblrge", version = "0.1.3" }

0 comments on commit 01de783

Please sign in to comment.