From 6e2768f8b2b2376667c78ef4a5c45e79610ed0bf Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Wed, 29 Jan 2014 11:12:48 -0800 Subject: [PATCH] Bump version to 0.2.48. --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d189137a2..d01cc6d8d 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.47'); + script.setAttribute("src", clFile + '.js?v=0.2.48'); document.getElementsByTagName("head")[0].appendChild(script); diff --git a/package.json b/package.json index 2cfa662db..f692f6f39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-client", - "version": "0.2.47", + "version": "0.2.48", "description": "Client for the Ripple payment network", "author": { "name": "Ripple Labs, Inc.",