From fee6cef0d5bdfff6797cdbef346f4643bf9cc7bb Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Wed, 10 May 2023 18:18:01 +0100 Subject: [PATCH] chore: version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb85182..80301413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "php-parser-rs" description = "A handwritten recursive-descent parser for PHP written in Rust" keywords = ["php", "php-parser", "parser", "php-parser-rs", "php-ast"] repository = "https://github.com/ryangjchandler/php-parser-rs" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = [ "Ryan Chandler ", "Contributors "]