Skip to content

Commit

Permalink
bumped version?
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Dec 1, 2017
1 parent 380642f commit dbf7bfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit dbf7bfc

Please sign in to comment.