diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-05-03 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-05-03 00:00:00 +0000 |
commit | ceea3921157757b5743ae1bf6c687b5ec156cb44091dcf15a72765d2489275ba (patch) | |
tree | d395463ef17359e9b6b2bf782a727185f92195fe57641a9ba022925f0fa51d53 | |
parent | 7d51d9dbd6a977f59167041ebbf2b31ebb66a00e938893874b4f798afaca32db (diff) | |
download | hitomezashi-rs-ceea3921157757b5743ae1bf6c687b5ec156cb44091dcf15a72765d2489275ba.tar.gz hitomezashi-rs-ceea3921157757b5743ae1bf6c687b5ec156cb44091dcf15a72765d2489275ba.zip |
Bump patch versionv3.1.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -141,7 +141,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hitomezashi-rs" -version = "3.1.1" +version = "3.1.2" dependencies = [ "clap", "clap_mangen", @@ -2,7 +2,7 @@ name = "hitomezashi-rs" description = "Classic two-colored Hitomezashi stitch pattern generator." readme = "README.md" -version = "3.1.1" +version = "3.1.2" authors = ["Nicholas Johnson <nick@nicholasjohnson.ch>"] edition = "2021" repository = "https://git.nicholasjohnson.ch/hitomezashi-rs" |