Skip to content

Commit

Permalink
Merge pull request #114 from nestdotland/dev
Browse files Browse the repository at this point in the history
0.3.4
  • Loading branch information
SteelAlloy authored Jan 1, 2021
2 parents b2cd9ed + 5e03641 commit 113aa52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.3.3";
export const version = "0.3.4";

0 comments on commit 113aa52

Please sign in to comment.