aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Korotkiewicz <skorotkiewicz@gmail.com>2026-08-10 02:47:59 +0200
committerSebastian Korotkiewicz <skorotkiewicz@gmail.com>2026-08-10 02:47:59 +0200
signature Sebastian Korotkiewicz <skorotkiewicz@gmail.com>

This commit was signed with a verified signature.

Signer
Sebastian Korotkiewicz <skorotkiewicz@gmail.com>
Signing key
5BDC557B496BDB0D
Fingerprint
B498E2E410902F8AEC108F4F5BDC557B496BDB0D
commitd212af6e8f4236be97b5e768462d9ca3d7f5e904 (patch)
tree64955e05014d444f7f878d089251512892cb37af
parent1b664963f5d9dce8d8ff45be7bbaf9bed278a590 (diff)
downloadaurcade-d212af6e8f4236be97b5e768462d9ca3d7f5e904.tar.gz
aurcade-d212af6e8f4236be97b5e768462d9ca3d7f5e904.zip
bump version to 0.2.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ce393d..9370d05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "aurcade"
-version = "0.2.2"
+version = "0.2.3"
dependencies = [
"serde",
"toml",
diff --git a/Cargo.toml b/Cargo.toml
index 013a5bf..e118478 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aurcade"
-version = "0.2.2"
+version = "0.2.3"
edition = "2024"
[dependencies]