From f3209b7a6a737482162ed30549a2c1fd2254fa72 Mon Sep 17 00:00:00 2001 From: Robert Masen Date: Sat, 6 May 2023 16:14:25 -0500 Subject: [PATCH] bump version from 0.8.0 to 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b28467a..f6b523c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ressa" -version = "0.8.0" +version = "0.8.1" authors = ["Robert Masen "] repository = "https://github.com/rusty-ecma/RESSA" description = "An ECMAscript parser"