Skip to content

Commit

Permalink
Prepare for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwredfish committed Feb 11, 2016
1 parent 4302033 commit 3e9ff39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define(['underscore'], function (_) {

var constants = {};

constants.VERSION = '0.7.2-RC2';
constants.VERSION = '0.7.2-RC3';
constants.URL = location.origin + location.pathname.replace('index.html', '');

// List of hosts and urls where default dropbox API will work
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laverna",
"version": "0.7.2-RC2",
"version": "0.7.2-RC3",
"license": "MPL-2.0",
"dependencies": {
"backbone": "~1.2.3",
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": "laverna",
"version": "0.7.2-RC2",
"version": "0.7.2-RC3",
"license": "MPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e9ff39

Please sign in to comment.