Skip to content

Commit

Permalink
Updates release number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Jul 23, 2019
1 parent 7c97880 commit 6147021
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


```
npm install [email protected].1
npm install [email protected].2
```


Expand Down
2 changes: 1 addition & 1 deletion website/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Easy Peasy provides you with an <strong>intuitive</strong> API to <strong>quickl
<p>&nbsp;</p>

```bash
npm install [email protected].1
npm install [email protected].2
```

<p>&nbsp;</p>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install react-dom
Then install Easy Peasy.

```bash
npm install [email protected].1
npm install [email protected].2
```

We're off to the races!
2 changes: 1 addition & 1 deletion website/docs/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This quick fire overview will provide you with a brief introduction to 90% of Ea
## Installation

```bash
npm install [email protected].1
npm install [email protected].2
```

## Use a model to define your store
Expand Down

0 comments on commit 6147021

Please sign in to comment.