From 8be87eb774e5f72e3beb8022a9a6cfa3eae5f982 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Tue, 11 Jun 2024 15:30:47 +0800 Subject: [PATCH] release: bump version to 0.10.0-alpha.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92ca702..3fdaa8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "./wasm"] [package] name = "orgize" -version = "0.10.0-alpha.9" +version = "0.10.0-alpha.10" authors = ["PoiScript "] repository = "https://github.com/PoiScript/orgize" edition = "2021"