From 34678d730f3a0c28ab87caa13da89718c985730e Mon Sep 17 00:00:00 2001 From: Mika Vatanen Date: Sun, 17 Apr 2022 11:17:24 +0300 Subject: [PATCH] Prepare for publish - update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 419a83c..c9e5a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_webview" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Rapidly iterate and build Bevy UI's with existing web-based technologies" repository = "https://github.com/blaind/bevy_webview"