We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d956a commit a099fbbCopy full SHA for a099fbb
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Soundnode",
3
- "version": "0.6.4",
+ "version": "0.6.5",
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.4';
+window.settings.appVersion = '0.6.5';
10
11
// GA >> DO NOT CHANGE OR USE THIS CODE <<
12
window.settings.visitor = ua('UA-67310953-1');
0 commit comments