Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Small security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
DM164 committed Apr 28, 2020
1 parent 35f7778 commit 2f66fc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dialog.showErrorBox = function (title, content) {
};

//Client Version (PACKAGE.JSON HAS TO BE CHANGED MANUALLY)
const ClientVersion = '3.0.0'
const ClientVersion = '3.0.1'

//Production
process.env.NODE_ENV = 'production'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-music-by-dm",
"productName": "YouTube Music by DM",
"version": "3.0.0",
"version": "3.0.1",
"description": "Desktop app built with electron for the YT Music service.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server-side/serverData.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
localStorage.setItem('latestRelease', '3.0.0')
localStorage.setItem('latestRelease', '3.0.1')

0 comments on commit 2f66fc2

Please sign in to comment.