From eef81e8d616aa84fccd1b370fe7dca56127a7cbd Mon Sep 17 00:00:00 2001 From: wwebfor Date: Thu, 16 Jun 2016 18:10:28 +0600 Subject: [PATCH] Release 0.7.3 version --- app/scripts/constants.js | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",