version 0.2.1

This commit is contained in:
Marek Kotewicz 2015-03-28 16:01:28 +01:00
parent 2262276dae
commit 21791f25ef
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
"version": "0.2.0",
"version": "0.2.1",
"description": "Ethereum Compatible JavaScript API",
"main": [
"./dist/ethereum.js",

View File

@ -1085,7 +1085,7 @@ module.exports = {
},{"bignumber.js":"bignumber.js"}],7:[function(require,module,exports){
module.exports={
"version": "0.2.0"
"version": "0.2.1"
}
},{}],8:[function(require,module,exports){

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/ethereum.js vendored
View File

@ -1085,7 +1085,7 @@ module.exports = {
},{"bignumber.js":"bignumber.js"}],7:[function(require,module,exports){
module.exports={
"version": "0.2.0"
"version": "0.2.1"
}
},{}],8:[function(require,module,exports){

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
{
"version": "0.2.0"
"version": "0.2.1"
}

View File

@ -1,7 +1,7 @@
/* jshint ignore:start */
Package.describe({
name: 'ethereum:js',
version: '0.2.0',
version: '0.2.1',
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.

View File

@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
"version": "0.2.0",
"version": "0.2.1",
"description": "Ethereum JavaScript API, middleware to talk to a ethreum node over RPC",
"main": "./index.js",
"directories": {