Skip to content

Commit 43a7327

Browse files
committed
bump version to 7.0.0 for release
1 parent 1d9babe commit 43a7327

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/public/js/system/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const userConfig = configuration.getConfigfile();
88
window.settings = {};
99

1010
// App version
11-
window.settings.appVersion = '0.6.5';
11+
window.settings.appVersion = '7.0.0';
1212

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

npm-debug.log.2198688145

Whitespace-only changes.

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.5",
3+
"version": "7.0.0",
44
"main": "main.js",
55
"description": "Soundnode App is the Soundcloud for desktop",
66
"repository": {

0 commit comments

Comments
 (0)