upgraded version to 0.1.1

This commit is contained in:
Marek Kotewicz 2015-03-11 10:25:04 +01:00
parent d2dbc2d5d6
commit 26f268f50b
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
"version": "0.1.0",
"version": "0.1.1",
"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.1.0',
version: '0.1.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.1.0",
"version": "0.1.1",
"description": "Ethereum JavaScript API, middleware to talk to a ethreum node over RPC",
"main": "./index.js",
"directories": {
@ -39,7 +39,7 @@
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "gulp lint",
"lint": "jshint *.js lib",
"test": "mocha",
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""