From e1dad16e1af813ae53754d5245969bfa818d9d03 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 10 Sep 2018 21:19:05 +0100 Subject: [PATCH] changing version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 614007c5f3..fea40bb565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,4 @@ [[package]] name = "Boa" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index fbc7cc5448..477f8f6362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.1.0" +version = "0.1.1" 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." homepage = "https://github.com/jasonwilliams/boa"