Skip to content

Commit b49ea43

Browse files
committed
Fix: version
1 parent 9e467a8 commit b49ea43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmaze/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmaze"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
description = "Core of tmaze game"
66
license-file = "../LICENSE"

tmaze/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmaze"
3-
version = "1.15.3"
3+
version = "1.15.4"
44
edition = "2021"
55
authors = ["ur-fault"]
66
description = "Simple multiplatform maze solving game for terminal written entirely in Rust"

0 commit comments

Comments
 (0)