Skip to content

Commit 3e9ff39

Browse files
committed
Prepare for a release
1 parent 4302033 commit 3e9ff39

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

0 commit comments

Comments
 (0)