Skip to content

Commit

Permalink
v0.3.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 24, 2021
1 parent 46ac631 commit 05e3171
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
[![Aleph.js: The Full-stack Framework in Deno.](./design/poster.svg)](https://alephjs.org)

<p align="left">
<p>
<a href="https://alephjs.org">Website</a> |
<a href="https://alephjs.org/docs/get-started">Get Started</a> |
<a href="https://alephjs.org/docs">Docs</a> | <a href="./CONTRIBUTING.md">Contributing</a>
<a href="https://alephjs.org/docs">Docs</a> |
<a href="./CONTRIBUTING.md">Contributing</a>
</p>

<p align="left">
<p>
<a href="https://discord.gg/pWGdS7sAqD"><img src="https://img.shields.io/discord/775256646821085215?color=%23008181&label=Chat&labelColor=%23111&logo=discord&logoColor=%23aaaaaa" alt="Chat"></a>
<a href="https://twitter.com/intent/follow?screen_name=alephjs"><img src="https://img.shields.io/twitter/follow/alephjs?style=social" alt="Twitter"></a>
</p>

<details>
<summary>Boom</summary>
<p>

```bash
# get started
$ deno run -A https://deno.land/x/aleph/install.ts
$ deno run -A -r https://deno.land/x/aleph/install.ts
$ aleph -h
```

</p>
</details>
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/[email protected].13/mod.ts",
"aleph/": "https://deno.land/x/[email protected].13/",
"aleph": "https://deno.land/x/[email protected].14/mod.ts",
"aleph/": "https://deno.land/x/[email protected].14/",
"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.13'
export const VERSION = '0.3.0-alpha.14'

0 comments on commit 05e3171

Please sign in to comment.