aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Korotkiewicz <skorotkiewicz@gmail.com>2026-08-10 04:16:17 +0200
committerSebastian Korotkiewicz <skorotkiewicz@gmail.com>2026-08-10 04:16:17 +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
commit2525ee7c4085dd846adbd7351d1645ed122ea6d5 (patch)
tree64ce2496b16652d53b6125dd9b676a89b181e460
parent27f41c67d4baf685557a52f2adefac38ecacde23 (diff)
downloadaurcade-2525ee7c4085dd846adbd7351d1645ed122ea6d5.tar.gz
aurcade-2525ee7c4085dd846adbd7351d1645ed122ea6d5.zip
Bump version to 0.2.4
-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 9370d05..ef752bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "aurcade"
-version = "0.2.3"
+version = "0.2.4"
dependencies = [
"serde",
"toml",
diff --git a/Cargo.toml b/Cargo.toml
index e118478..27ec53d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aurcade"
-version = "0.2.3"
+version = "0.2.4"
edition = "2024"
[dependencies]