From 44999a16e11309e0c9cb70e43339e184e4c0e074 Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Mon, 6 Jan 2014 16:19:09 -0800 Subject: [PATCH] Bump version to 0.2.42. --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b0918f7c1..2f88f6c3e 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.41'); + script.setAttribute("src", clFile + '.js?v=0.2.42'); document.getElementsByTagName("head")[0].appendChild(script); diff --git a/package.json b/package.json index 148530340..80b763314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-client", - "version": "0.2.41", + "version": "0.2.42", "description": "Client for the Ripple payment network", "author": { "name": "Ripple Labs, Inc.",