Skip to content

Commit

Permalink
bump to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed Jul 13, 2016
1 parent 37d956a commit a099fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Soundnode",
"version": "0.6.4",
"version": "0.6.5",
"description": "Soundnode App is the Soundcloud for desktop",
"main": "./index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/public/js/system/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var ua = require('universal-analytics');
window.settings = {};

// App version
window.settings.appVersion = '0.6.4';
window.settings.appVersion = '0.6.5';

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

0 comments on commit a099fbb

Please sign in to comment.