From fb403d268f9654a6fbfb038bb38b4c5360a0b17f Mon Sep 17 00:00:00 2001 From: David Sid Olofsson Date: Tue, 24 Oct 2023 13:07:48 +0200 Subject: [PATCH] Make this the 0.11.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d22db0..3d649b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "add-ed" description = "Embeddable pure rust editor based on ED" -version = "0.11.0-alpha" +version = "0.11.0" repository = "https://github.com/sidju/add-ed" readme = "README.md" categories = ["text-editors"]