diff --git a/Cargo.lock b/Cargo.lock index ef95211f66..a7d3c09d72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,4 @@ [[package]] -name = "boa" -version = "0.1.1" +name = "Boa" +version = "0.1.2" diff --git a/Cargo.toml b/Cargo.toml index f4d339f4e1..053bb5579e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "boa" -version = "0.1.1" +name = "Boa" +version = "0.1.2" 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"