From 2d0bae760bce7c58f7c03540592e0aa794efb583 Mon Sep 17 00:00:00 2001 From: wwwredfish Date: Fri, 11 Dec 2015 19:49:32 +0600 Subject: [PATCH] Prepare for release --- app/scripts/constants.js | 2 +- bower.json | 2 +- gulpfile.js | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/scripts/constants.js b/app/scripts/constants.js index 9148231cd..9f754dac8 100644 --- a/app/scripts/constants.js +++ b/app/scripts/constants.js @@ -11,7 +11,7 @@ define(['underscore'], function (_) { var constants = {}; - constants.VERSION = '0.7.0'; + constants.VERSION = '0.7.1-rc'; 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 6c41b1eed..412863e86 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.7.0", + "version": "0.7.1-rc", "license": "MPL2", "dependencies": { "ace": "#79eda6d2a8c4f788530cb5e6b238af67bfcc609d", diff --git a/gulpfile.js b/gulpfile.js index fcc30ee67..f74ff4d7b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -370,6 +370,7 @@ gulp.task('electron:copy', function() { './node_modules/serve-static/**', './node_modules/type-is/**', './node_modules/open/**', + './node_modules/mkdirp/**', './package.json' ], {base: './'}) .pipe(gulp.dest('./dist/')); diff --git a/package.json b/package.json index 085d370c2..57656fb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laverna", - "version": "0.7.0", + "version": "0.7.1-rc", "license": "MPL2", "repository": { "type": "git",