Skip to content

Commit

Permalink
Merge be652a9 into fcaaca9
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jul 9, 2019
2 parents fcaaca9 + be652a9 commit 4d478fc
Show file tree
Hide file tree
Showing 49 changed files with 2,453 additions and 2,256 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "8"
- "10"
- "11"
- "12"
env:
- CXX=g++-4.8
addons:
Expand Down
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 4d478fc

Please sign in to comment.