From eba34f4c20fb432d0b980588677edce38fda9415 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:14:18 -0700 Subject: [PATCH] v1.1.0: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6caf3e..ce8a0b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.0.0-rc.5.3" +version = "1.1.0" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"