Skip to content

Commit 14061b7

Browse files
committed
chore(lrge): bump version to 0.2.1
1 parent bb24d78 commit 14061b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77

88
[workspace.package]
99
description = "Genome size estimation from long read overlaps"
10-
authors = ["Michael Hall <michael@mbh.sh>"]
10+
authors = ["Michael Hall <mhaldini@icloud.com>"]
1111
edition = "2021"
1212
repository = "https://github.com/mbhall88/lrge"
1313
homepage = "https://github.com/mbhall88/lrge"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The above will use the latest version. If you want to specify a version then use
111111
[tag][ghcr] like so.
112112

113113
```shell
114-
$ VERSION="0.2.0"
114+
$ VERSION="0.2.1"
115115
$ URI="docker://ghcr.io/mbhall88/lrge:${VERSION}"
116116
```
117117

lrge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lrge"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
categories = ["science", "command-line-utilities"]
55
description.workspace = true
66
authors.workspace = true
@@ -19,4 +19,4 @@ anyhow = "1.0.93"
1919
clap = { version = "4.5.20", features = ["derive"] }
2020
env_logger = "0.11.5"
2121
tempfile = "3.20.0"
22-
liblrge = { path = "../liblrge", version = "0.2.0" }
22+
liblrge = { path = "../liblrge", version = "0.2.1" }

0 commit comments

Comments
 (0)