diff --git a/arcdps/Cargo.toml b/arcdps/Cargo.toml index ce6a55216d..11dd1c93b9 100644 --- a/arcdps/Cargo.toml +++ b/arcdps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcdps" -version = "0.13.1" +version = "0.14.0" authors = ["Zerthox", "Greaka"] edition = "2021" description = "Rust bindings for ArcDPS plugins" diff --git a/evtc_parse/Cargo.toml b/evtc_parse/Cargo.toml index d132433a60..be498c2135 100644 --- a/evtc_parse/Cargo.toml +++ b/evtc_parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evtc_parse" -version = "0.7.1" +version = "0.8.0" authors = ["Zerthox"] edition = "2021" description = "Parsing for ArcDPS EVTC logs"