From e732623802edf3278d3e3e69acb15990b0694f6b Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 3 Oct 2022 00:26:22 +0200 Subject: [PATCH] Version 1.0.0! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54c55ea..cccf380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "webextension-native-messaging" description = "WebExtension native messaging library for Rust." repository = "https://git.bauke.xyz/Holllo/webextension-native-messaging" license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "1.0.0" authors = ["Holllo "] edition = "2021"