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

Commit

Permalink
[CHORE] Bump version to 0.2.48-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Apr 12, 2014
1 parent b3a2590 commit fa7763d
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.48-2');
script.setAttribute("src", clFile + '.js?v=0.2.48-3');
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.48-2",
"version": "0.2.48-3",
"description": "Client for the Ripple payment network",
"author": {
"name": "Ripple Labs, Inc.",
Expand Down

0 comments on commit fa7763d

Please sign in to comment.