diff --git a/app/scripts/constants.js b/app/scripts/constants.js index ffc79a9af..6effe382c 100644 --- a/app/scripts/constants.js +++ b/app/scripts/constants.js @@ -11,7 +11,7 @@ define(['underscore'], function (_) { var constants = {}; - constants.VERSION = '0.7.2'; + constants.VERSION = '0.7.3'; constants.URL = location.origin + location.pathname.replace('index.html', ''); // List of hosts and urls where default dropbox API will work diff --git a/bower.json b/bower.json index 6b018e84d..aa5dc2a10 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.7.2", + "version": "0.7.3", "license": "MPL-2.0", "dependencies": { "backbone": "~1.3.3", diff --git a/package.json b/package.json index 4784d3281..8f8952602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.7.2", + "version": "0.7.3", "license": "MPL-2.0", "repository": { "type": "git",