diff --git a/Cargo.toml b/Cargo.toml
index b6065b6..4ec7ef9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "quick-js"
 description = "QuickJS Javascript engine wrapper"
-version = "0.3.4-alpha.0"
+version = "0.3.3"
 readme = "README.md"
 documentation = "https://docs.rs/quick-js"
 repository = "https://github.com/theduke/quickjs-rs"