From 5885e1bca3a1396f0dbf6041344258cf648a4aa7 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 13 Apr 2020 16:59:07 +0100 Subject: [PATCH] v0.7.0 --- boa/Cargo.toml | 2 +- boa_cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 2d4c7150a3..6ed2e9a465 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.6.0" +version = "0.7.0" authors = ["Jason Williams "] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/jasonwilliams/boa" diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index abd015bcee..45909402ae 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_cli" -version = "0.6.0" +version = "0.7.0" authors = ["razican "] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/jasonwilliams/boa"