upgraded version to 0.1.0

This commit is contained in:
Marek Kotewicz 2015-03-10 17:33:56 +01:00
parent 7a44f76132
commit 9926e27a84
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
/* jshint ignore:start */
Package.describe({
name: 'ethereum:js',
version: '0.0.16-rc1',
version: '0.1.0',
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.
@ -26,4 +26,4 @@ Package.onUse(function(api) {
// api.use('test');
// api.addFiles('test-tests.js');
// });
/* jshint ignore:end */
/* jshint ignore:end */

View File

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