From 249199f780e91de5e0ca0c77cb364a4654975716 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 12 Dec 2024 10:01:10 +0200 Subject: [PATCH] change api version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ac706c..e2141e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ggemini" -version = "0.12.1" +version = "0.13.0" edition = "2021" license = "MIT" readme = "README.md"