From 74083a4d134d117f869d087d7d5c3c24e73f0294 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Fri, 17 Jan 2014 17:14:35 -0800 Subject: [PATCH] Bump version to 0.2.47. --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 48d5a2b64..d189137a2 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,7 @@ : 'build/dist/ripple-client-desktop'; var script = document.createElement("script"); - script.setAttribute("src", clFile + '.js?v=0.2.46'); + script.setAttribute("src", clFile + '.js?v=0.2.47'); document.getElementsByTagName("head")[0].appendChild(script); diff --git a/package.json b/package.json index 7dccc52a0..2cfa662db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-client", - "version": "0.2.46", + "version": "0.2.47", "description": "Client for the Ripple payment network", "author": { "name": "Ripple Labs, Inc.",