Skip to content

Commit eef81e8

Browse files
committed
Release 0.7.3 version
1 parent 53453c4 commit eef81e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2';
14+
constants.VERSION = '0.7.3';
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laverna",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"license": "MPL-2.0",
55
"dependencies": {
66
"backbone": "~1.3.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laverna",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"license": "MPL-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)