Skip to content

Commit 00974b1

Browse files
committed
Update for a new release with the correct README installation instructions
1 parent 07604c3 commit 00974b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ and understand how to run and work with Dgraph.
3131
## Install
3232
Install using npm:
3333
```sh
34-
npm install [email protected].2 --save
34+
npm install [email protected].3 --save
3535
```
3636
or yarn:
3737
```sh
38-
38+
3939
```
4040

4141
## Quickstart

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple",
33
"dependencies": {
4-
"dgraph-js": "^0.9.4-beta.2",
4+
"dgraph-js": "^0.9.4-beta.3",
55
"grpc": "^1.7.2"
66
}
77
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgraph-js",
3-
"version": "0.9.4-beta.2",
3+
"version": "0.9.4-beta.3",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)