We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd5d9c commit 2b8f863Copy full SHA for 2b8f863
app/public/js/system/settings.js
@@ -6,7 +6,7 @@ var ua = require('universal-analytics');
6
window.settings = {};
7
8
// App version
9
-window.settings.appVersion = '0.6.0';
+window.settings.appVersion = '0.6.1';
10
11
// GA >> DO NOT CHANGE OR USE THIS CODE <<
12
window.settings.visitor = ua('UA-67310953-1');
0 commit comments