diff --git a/README.md b/README.md index 29b9f13..aabc6b4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ `parse()` ```typescript -import { parse, print } from "https://deno.land/x/swc@0.2.0/mod.ts"; +import { parse, print } from "https://deno.land/x/swc@0.2.1/mod.ts"; const code = `const x: string = "Hello, Deno SWC!"`; diff --git a/version.ts b/version.ts index 2f478e7..65b2fe4 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.2.0"; +export const version = "0.2.1";