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"