From 64ee8db0be9bd2c35c8841ffde31db188805cdc5 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 3 Oct 2022 00:29:38 +0200 Subject: [PATCH] Version 1.0.1! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cccf380..0b9e601 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 = "1.0.0" +version = "1.0.1" authors = ["Holllo "] edition = "2021"