Skip to content

Commit

Permalink
v0.3.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 23, 2021
1 parent df701e8 commit c0e3734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"aleph": "https://deno.land/x/aleph@v0.3.0-alpha.10/mod.ts",
"aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.10/",
"aleph": "https://deno.land/x/aleph@0.3.0-alpha.11/mod.ts",
"aleph/": "https://deno.land/x/aleph@0.3.0-alpha.11/",
"react": "https://esm.sh/[email protected]",
"react-dom": "https://esm.sh/[email protected]"
}
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.3.0-alpha.10'
export const VERSION = '0.3.0-alpha.11'

0 comments on commit c0e3734

Please sign in to comment.