Skip to content

Commit 5761cbc

Browse files
committed
Release a new stable version
1 parent 61bb1c2 commit 5761cbc

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-RC4';
14+
constants.VERSION = '0.7.2';
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-RC4",
3+
"version": "0.7.2",
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-RC4",
3+
"version": "0.7.2",
44
"license": "MPL-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)