Skip to content

Commit

Permalink
bumped version and performance tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dvx committed Jul 18, 2019
1 parent 5c11b65 commit fbc1358
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.1.0",
"version": "1.2.0",
"description": "Mini Spotify player with visualizations.",
"homepage": "http://lofi.rocks",
"main": "./pack/main.bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion src/visualizations/visualizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const visualizations = [
blue_wave,
rainbow_road,
string_theory,
seascape,
// seascape,
];

export const nextVisualization = function(currentVisualization) {
Expand Down

0 comments on commit fbc1358

Please sign in to comment.