Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Apr 16, 2015
1 parent f4cf699 commit 271b00f
Show file tree
Hide file tree
Showing 9 changed files with 2,697 additions and 2,682 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion dist/web3-light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web3-light.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3-light.min.js

Large diffs are not rendered by default.

5,354 changes: 2,684 additions & 2,670 deletions dist/web3.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/web3.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions 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: '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.
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": "0.2.7",
"version": "0.2.8",
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
"main": "./index.js",
"directories": {
Expand Down

0 comments on commit 271b00f

Please sign in to comment.