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.",