summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-04 11:19:45 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-09-04 17:15:32 -0400
commit82588ec09c199683cff88097e1b90649497239c7 (patch)
tree855956803bc7b74ef8bd1ff9e04fa341a7a02f3a /deno_typescript
parent5c7c876a71bb15a2176b555d9d88621e26e9ab99 (diff)
v0.17.0
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index 514e0098a..77d16fbcd 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.0.3"
+version = "0.17.0"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
repository = "https://github.com/ry/deno_typescript"