Skip to content

Commit

Permalink
v0.3.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Aug 29, 2021
1 parent af92fda commit 590196e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/dist/checksum.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const checksum = "124e98baf7d5ebe1812b699645235d9e75cfa480";
export const checksum = "7be956302e46f53a8311e9bf5222beb269ab96b1";
2 changes: 1 addition & 1 deletion compiler/dist/wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** `VERSION` managed by https://deno.land/x/publish */
export const VERSION = '0.3.0-beta.7'
export const VERSION = '0.3.0-beta.8'

/** `prepublish` will be invoked before publish */
export async function prepublish(version: string): Promise<boolean> {
Expand Down

0 comments on commit 590196e

Please sign in to comment.