Skip to content

Commit

Permalink
Merge branch '1.0' into issue_1188_fix_web3_eth_Contract_shared_state
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman authored Dec 11, 2017
2 parents 16087a0 + dbf7bfc commit cfa4982
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ npm test

### Similar libraries in other languages
- Python [Web3.py](https://github.com/pipermerriam/web3.py)
- Haskell [hs-web3](https://github.com/airalab/hs-web3)
- Java [web3j](https://github.com/web3j/web3j)
- Haskell [hs-web3](https://github.com/airalab/hs-web3) - Haskell [hs-web3](https://github.com/airalab/hs-web3)
- Java [web3j](https://github.com/web3j/web3j) - Java [web3j](https://github.com/web3j/web3j)
- Scala [web3j-scala](https://github.com/mslinn/web3j-scala)


[repo]: https://github.com/ethereum/web3.js
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.24",
"version": "1.0.0-beta.26",
"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 package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '1.0.0-beta.24',
version: '1.0.0-beta.26',
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',
git: 'https://github.com/ethereum/ethereum.js',
// By default, Meteor will default to using README.md for documentation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.26",
"description": "Ethereum JavaScript API wrapper repository",
"license": "LGPL-3.0",
"directories": {
Expand Down
3 changes: 1 addition & 2 deletions packages/web3/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ declare class Web3 {
providers: t.Providers
setProvider(provider: t.Provider): void
utils: t.Utils

}

export default Web3
export = Web3;

0 comments on commit cfa4982

Please sign in to comment.