From af523b5fcf5f4c81f08acbcd9c6cb3c245032d76 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Tue, 7 Jan 2014 18:23:37 -0800 Subject: [PATCH] Bump version to 0.2.44. --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cbd52a803..c9c834650 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.43'); + script.setAttribute("src", clFile + '.js?v=0.2.44'); document.getElementsByTagName("head")[0].appendChild(script); diff --git a/package.json b/package.json index 898a68e7e..545bef1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-client", - "version": "0.2.43", + "version": "0.2.44", "description": "Client for the Ripple payment network", "author": { "name": "Ripple Labs, Inc.",