Skip to content

Commit

Permalink
1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Sep 20, 2022
1 parent 3987d6a commit 9faa3a5
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 @@ -32,7 +32,7 @@ Initialize a new project, you can pick a start template with `--template` flag,
`[react, vue, api, yew]`

```bash
deno run -A https://deno.land/x/aleph@1.0.0-beta.11/init.ts
deno run -A https://deno.land/x/aleph@1.0.0-beta.12/init.ts
```

after `init`, you can run the app with deno tasks:
Expand Down
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 = "1.0.0-beta.11";
export const VERSION = "1.0.0-beta.12";

/** The flag indicates that the version is canary version. */
export const isCanary = false;
Expand Down

0 comments on commit 9faa3a5

Please sign in to comment.