Skip to content

Commit 113aa52

Browse files
authored
Merge pull request #114 from nestdotland/dev
0.3.4
2 parents b2cd9ed + 5e03641 commit 113aa52

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252

5353
## Installation
5454

55-
**Note: You need to upgrade to Deno v1.4.1 or newer in order to use our CLI.**
55+
**Note: You need to upgrade to Deno v1.6.0 or newer in order to use our CLI.**
5656

5757
```shell script
58-
deno install -Afq --unstable https://x.nest.land/eggs@0.3.0/eggs.ts
58+
deno install -Afq --unstable https://x.nest.land/eggs@0.3.4/eggs.ts
5959
```
6060

6161
For more information, see the [documentation](https://docs.nest.land/).
@@ -197,9 +197,6 @@ eggs upgrade
197197

198198
## Contributing
199199

200-
<img alt="GitHub Hacktoberfest combined status" src="https://img.shields.io/github/hacktoberfest/2020/nestdotland/eggs?logo=digitalocean">
201-
202-
203200
All contributions are welcome! If you can think of a command or feature that
204201
might benefit nest.land, fork this repository and make a pull request from
205202
your branch with the additions. Make sure to use [Conventional

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "0.3.3";
1+
export const version = "0.3.4";

0 commit comments

Comments
 (0)