feat: bump ewwii_plugin_api version

This commit is contained in:
Byson94
2025-11-21 21:53:41 +05:30
parent 1aee3163e0
commit 8406c86117
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ resolver = "2"
shared_utils = { version = "0.1.0", path = "crates/shared_utils" }
rhai_impl = { version = "0.1.0", path = "crates/rhai_impl" }
scan_prop_proc = { version = "0.1.0", path = "proc_macros/scan_prop_proc" }
ewwii_plugin_api = { version = "0.6.7", path = "crates/ewwii_plugin_api" }
ewwii_plugin_api = { version = "0.6.8", path = "crates/ewwii_plugin_api" }
anyhow = "1.0.86"
ahash = "0.8.12"

View File

@@ -1,6 +1,6 @@
[package]
name = "ewwii_plugin_api"
version = "0.6.7"
version = "0.6.8"
authors = ["byson94 <byson94wastaken@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"