Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stamoun committed Feb 27, 2022
1 parent 627879a commit 9574ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lofi",
"version": "1.6.0",
"version": "1.6.1",
"description": "Mini Spotify player with visualizations.",
"homepage": "http://lofi.rocks",
"main": "./pack/main.bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SETTINGS_CONTAINER = {
};
export const DEFAULT_SETTINGS = {
version: version,
debug: true,
debug: false,
hardware_acceleration: true,
lofi: {
visualization: 0,
Expand Down

0 comments on commit 9574ef6

Please sign in to comment.