Skip to content

Commit

Permalink
Merge 653b5a9 into fcaaca9
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jul 9, 2019
2 parents fcaaca9 + 653b5a9 commit c0e4993
Show file tree
Hide file tree
Showing 48 changed files with 2,455 additions and 2,255 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**PREVIEW RELEASE** This is a beta preview release (beta.37) with breaking changes!

<img src="https://github.com/ethereum/web3.js/raw/1.0/web3js.jpg" width=200 />

Expand All @@ -21,13 +20,13 @@ Please read the [documentation][docs] for more.
### Node

```bash
npm install web3@1.0.0-beta.37
npm install web3
```

### Yarn

```bash
yarn add web3@1.0.0-beta.37
yarn add web3
```

### Meteor
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"namespace": "ethereum",
"name": "web3",
"version": "1.0.0-beta.37",
"version": "1.0.0",
"description": "Ethereum JavaScript API",
"license": "LGPL-3.0",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.37",
"version": "1.0.0",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
Loading

0 comments on commit c0e4993

Please sign in to comment.