From f3b485f6e20a290fcad9c0171d008239aae3588b Mon Sep 17 00:00:00 2001 From: dani Date: Thu, 27 Jul 2023 05:23:56 +0000 Subject: [PATCH] bumped version numbers --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3bb716..0612e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gsa" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Game development library modelled after an imaginary console" license = "0BSD"