Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
noatpad committed Sep 26, 2020
1 parent 19c744f commit da2c31b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified UeberPlayer.widget.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion UeberPlayer.widget/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import { styled, run } from "uebersicht";
import getColors from './lib/getColors.js';
const _version = '1.1.1';
const _version = '1.2.0';

/* CUSTOMIZATION (mess around here!)
You may need to refresh the widget after changing these settings
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ueberplayer",
"version": "1.1.1",
"version": "1.2.0",
"description": "A music player widget for Ubersicht",
"main": "./UeberPlayer.widget/index.jsx",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "A widget to elegantly display the currently playing song from Apple Music or Spotify",
"author": "Daniel Hernandez",
"email": "tamdannyhdz@gmail.com",
"version": "1.1.1"
"version": "1.2.0"
}

0 comments on commit da2c31b

Please sign in to comment.