From 3892cf59018acd71dd4bc1099d747bd683cd4118 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 24 Sep 2019 18:45:31 -0400 Subject: v0.19.0 --- js/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') diff --git a/js/Cargo.toml b/js/Cargo.toml index 32fab5a60..f36ca7de7 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_cli_snapshots" -version = "0.18.3" +version = "0.19.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -15,11 +15,11 @@ exclude = [ path = "lib.rs" [dependencies] -deno_typescript = { path = "../deno_typescript", version = "0.18.3" } +deno_typescript = { path = "../deno_typescript", version = "0.19.0" } [dev-dependencies] -deno = { path = "../core", version = "0.18.0" } +deno = { path = "../core", version = "0.19.0" } [build-dependencies] -deno_typescript = { path = "../deno_typescript", version = "0.18.3" } +deno_typescript = { path = "../deno_typescript", version = "0.19.0" } -- cgit v1.2.3