-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from nestdotland/dev
0.3.4
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,10 +52,10 @@ | |
|
||
## Installation | ||
|
||
**Note: You need to upgrade to Deno v1.4.1 or newer in order to use our CLI.** | ||
**Note: You need to upgrade to Deno v1.6.0 or newer in order to use our CLI.** | ||
|
||
```shell script | ||
deno install -Afq --unstable https://x.nest.land/[email protected].0/eggs.ts | ||
deno install -Afq --unstable https://x.nest.land/[email protected].4/eggs.ts | ||
``` | ||
|
||
For more information, see the [documentation](https://docs.nest.land/). | ||
|
@@ -197,9 +197,6 @@ eggs upgrade | |
|
||
## Contributing | ||
|
||
<img alt="GitHub Hacktoberfest combined status" src="https://img.shields.io/github/hacktoberfest/2020/nestdotland/eggs?logo=digitalocean"> | ||
|
||
|
||
All contributions are welcome! If you can think of a command or feature that | ||
might benefit nest.land, fork this repository and make a pull request from | ||
your branch with the additions. Make sure to use [Conventional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "0.3.3"; | ||
export const version = "0.3.4"; |