From 333646b827508a3e077db204acfb5e1fbefe0fa8 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 22 Jan 2015 14:02:44 -0300 Subject: [PATCH] Bump package version to 0.9.2 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index a2bf16a..7b8936a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore", "main": "./bitcore.min.js", - "version": "0.9.1", + "version": "0.9.2", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/package.json b/package.json index f47b99d..60d5c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.9.1", + "version": "0.9.2", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",