From 5a4e395d39d6c5a108fb67e5cfb928201298c03e Mon Sep 17 00:00:00 2001 From: hydroper Date: Wed, 8 May 2024 15:42:21 -0300 Subject: [PATCH] Update --- crates/parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index c33b82d..e3e195b 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "as3_parser" -version = "1.0.17" +version = "1.0.18" edition = "2021" authors = ["hydroper "] repository = "https://github.com/hydroper/as3parser"