Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alisenola committed Jul 12, 2022
1 parent 379a84c commit d8be183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!"`;

Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.2.0";
export const version = "0.2.1";

0 comments on commit d8be183

Please # to comment.