We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b0bcc commit eb71c04Copy full SHA for eb71c04
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Soundnode",
3
- "version": "0.6.3",
+ "version": "0.6.4",
4
"description": "Soundnode App is the Soundcloud for desktop",
5
"main": "./index.html",
6
"scripts": {
app/public/js/system/settings.js
@@ -6,7 +6,7 @@ var ua = require('universal-analytics');
window.settings = {};
7
8
// App version
9
-window.settings.appVersion = '0.6.3';
+window.settings.appVersion = '0.6.4';
10
11
// GA >> DO NOT CHANGE OR USE THIS CODE <<
12
window.settings.visitor = ua('UA-67310953-1');
0 commit comments