Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.48.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Jan 29, 2014
1 parent 8713be7 commit 6e2768f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
</script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 6e2768f

Please sign in to comment.