From b9a3c7a889ce74c260efbdd8e0ba30ea5d4d3360 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Wed, 8 May 2024 19:42:22 +0800 Subject: [PATCH] release: bump version to 0.10.0-alpha.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59bbda1..4493689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "./wasm"] [package] name = "orgize" -version = "0.10.0-alpha.8" +version = "0.10.0-alpha.9" authors = ["PoiScript "] repository = "https://github.com/PoiScript/orgize" edition = "2021"