Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
noatpad committed Dec 16, 2020
1 parent 5df22af commit b8548ca
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
Expand Up @@ -2,7 +2,7 @@
import { styled, run } from "uebersicht";
import getColors from './lib/getColors.js';
import updateWidget from './lib/updater.js';
const _version = '1.3.0';
const _version = '1.4.0';
let _updateTimer = 8.5;

/* CUSTOMIZATION (mess around here!)
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.3.0",
"version": "1.4.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": "[email protected]",
"version": "1.3.0"
"version": "1.4.0"
}

0 comments on commit b8548ca

Please sign in to comment.