From fdb0360348a2910c069e82fd0f2ee9521d953f83 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Fri, 16 Jan 2015 12:30:22 -0300 Subject: [PATCH] Bump version to v0.4.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de8b44a..b2e25e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ gulp.task('default', ['lint', 'test', 'browser', 'coverage']); * If the module is node-only, avoid adding the browser tasks with: ```javascript var bitcoreTasks = require('bitcore-build'); -bitcoreTasks('submodule', {skipBrosers: true}); +bitcoreTasks('submodule', {skipBrowsers: true}); ``` ## Contributing diff --git a/package.json b/package.json index 1c575b2..f8eafd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-build", - "version": "0.4.0", + "version": "0.4.1", "description": "A helper for common tasks to build bitcore modules'", "main": "index.js", "scripts": {