Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 62acb61

Browse files
authored
Merge branch '1.x' into ws-agent-support
2 parents d32a048 + 15817ac commit 62acb61

File tree

33 files changed

+249
-306
lines changed

33 files changed

+249
-306
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "8"
44
- "10"
55
- "11"
6+
- "12"
67
env:
78
- CXX=g++-4.8
89
addons:
@@ -21,4 +22,3 @@ script:
2122
- npm run-script test-coveralls
2223
after_script:
2324
- cd test/node && npm install && node app.js
24-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ npm test
160160

161161

162162
[repo]: https://github.com/ethereum/web3.js
163-
[docs]: http://web3js.readthedocs.io/en/1.0/
163+
[docs]: http://web3js.readthedocs.io/
164164
[npm-image]: https://badge.fury.io/js/web3.png
165165
[npm-url]: https://npmjs.org/package/web3
166166
[travis-image]: https://travis-ci.org/ethereum/web3.js.svg
@@ -170,6 +170,6 @@ npm test
170170
[dep-dev-image]: https://david-dm.org/ethereum/web3.js/dev-status.svg
171171
[dep-dev-url]: https://david-dm.org/ethereum/web3.js#info=devDependencies
172172
[coveralls-image]: https://coveralls.io/repos/ethereum/web3.js/badge.svg?branch=master
173-
[coveralls-url]: https://coveralls.io/r/ethereum/web3.js?branch=master
173+
[coveralls-url]: https://coveralls.io/r/ethereum/web3.js?branch=1.x
174174
[waffle-image]: https://badge.waffle.io/ethereum/web3.js.svg?label=ready&title=Ready
175175
[waffle-url]: https://waffle.io/ethereum/web3.js

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"namespace": "ethereum",
33
"name": "web3",
4-
"version": "1.0.0",
4+
"version": "1.2.0",
55
"description": "Ethereum JavaScript API",
66
"license": "LGPL-3.0",
77
"main": [

dist/web3.min.js

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

0 commit comments

Comments
 (0)