Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwredfish committed Dec 11, 2015
1 parent 3fe85bd commit 2d0bae7
Show file tree
Hide file tree
Showing 4 changed files with 4 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.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
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.0",
"version": "0.7.1-rc",
"license": "MPL2",
"dependencies": {
"ace": "#79eda6d2a8c4f788530cb5e6b238af67bfcc609d",
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'));
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.0",
"version": "0.7.1-rc",
"license": "MPL2",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d0bae7

Please sign in to comment.