From 5bc130be2722fe54d42004cc48536b390437ede3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 26 Jun 2020 23:45:12 +0200 Subject: v1.1.2 --- cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 55d058cef..678357f5c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -19,9 +19,9 @@ deno_core = { path = "../core", version = "0.48.1" } deno_typescript = { path = "../deno_typescript", version = "0.48.1" } [dependencies] -deno_core = { path = "../core", version = "0.48.1" } +deno_core = { path = "../core", version = "0.48.2" } deno_lint = "0.1.10" -deno_typescript = { path = "../deno_typescript", version = "0.48.1" } +deno_typescript = { path = "../deno_typescript", version = "0.48.2" } atty = "0.2.14" base64 = "0.12.2" -- cgit v1.2.3