Skip to content

Commit a099fbb

Browse files
committed
bump to v0.6.5
1 parent 37d956a commit a099fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Soundnode",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Soundnode App is the Soundcloud for desktop",
55
"main": "./index.html",
66
"scripts": {

app/public/js/system/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var ua = require('universal-analytics');
66
window.settings = {};
77

88
// App version
9-
window.settings.appVersion = '0.6.4';
9+
window.settings.appVersion = '0.6.5';
1010

1111
// GA >> DO NOT CHANGE OR USE THIS CODE <<
1212
window.settings.visitor = ua('UA-67310953-1');

0 commit comments

Comments
 (0)