bumped version

This commit is contained in:
Fabian Vogelsteller 2015-04-16 12:58:01 +02:00
parent f4cf699324
commit 271b00f069
9 changed files with 2697 additions and 2682 deletions

View File

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

2
dist/web3-light.js vendored
View File

@ -1167,7 +1167,7 @@ module.exports = {
},{"bignumber.js":"bignumber.js"}],8:[function(require,module,exports){
module.exports={
"version": "0.2.7"
"version": "0.2.8"
}
},{}],9:[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

5354
dist/web3.js vendored

File diff suppressed because it is too large Load Diff

8
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

5
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '0.2.7',
version: '0.2.8',
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": "web3",
"namespace": "ethereum",
"version": "0.2.7",
"version": "0.2.8",
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
"main": "./index.js",
"directories": {