Skip to content

Commit

Permalink
Build 10.0.2 - Fix URL Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcrisis committed Feb 6, 2022
1 parent bd65051 commit 58b898d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "10.0.1",
"version": "10.0.2",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion build/turnStyles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = app => {
app.getConfig = function () {
// only load the base config once
if (this.__base) return
this.__base = window.tsBase || 'https://ts.pixelcrsis.co/build'
this.__base = window.tsBase || 'https://ts.pixelcrisis.co/build'
this.__logo = `${this.__base}/images/icon128.png`
// load any saved user configs
let storage = window.localStorage.getItem('tsdb')
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": "turnStyles",
"version": "10.0.1",
"version": "10.0.2",
"main": "turnStyles.js",
"repository": "git@github.com:pixelcrisis/turntable-tweaks.git",
"author": "pixelcrisis <pxcrisis@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turnStyles for turntable.fm",
"version": "10.0.1",
"version": "10.0.2",
"description": "Apply tweaks to turntable.fm - autobop, autodj, themes, styles, and more!",
"manifest_version": 2,
"icons": {
Expand Down

0 comments on commit 58b898d

Please sign in to comment.