Skip to content

Commit ee32be2

Browse files
committed
Prepare for release
1 parent 9491907 commit ee32be2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/scripts/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define(['underscore'], function (_) {
1111

1212
var constants = {};
1313

14-
constants.VERSION = '0.7.1-rc2';
14+
constants.VERSION = '0.7.1';
1515
constants.URL = location.origin + location.pathname.replace('index.html', '');
1616

1717
// List of hosts and urls where default dropbox API will work

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "laverna",
3-
"version": "0.7.1-rc2",
4-
"license": "MPL2",
3+
"version": "0.7.1",
4+
"license": "MPL-2.0",
55
"dependencies": {
66
"ace": "#79eda6d2a8c4f788530cb5e6b238af67bfcc609d",
77
"backbone": "~1.2.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "laverna",
3-
"version": "0.7.1-rc2",
4-
"license": "MPL2",
3+
"version": "0.7.1",
4+
"license": "MPL-2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/Laverna/laverna"

0 commit comments

Comments
 (0)