From fadae7ec94b0f3d967e6ad4114ff4eef1c3b466a Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:12:06 +0200 Subject: [PATCH] Bump version --- main.py | 2 +- package.json | 2 +- plugin.json | 2 +- src/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 50dbe5b..91b7ca3 100644 --- a/main.py +++ b/main.py @@ -335,7 +335,7 @@ def to_dict(self) -> dict: class RemoteInstall: def __init__(self, plugin): - self.themeDb = "https://github.com/suchmememanyskill/CssLoader-ThemeDb/releases/download/1.0.0/themes.json" + self.themeDb = "https://github.com/suchmememanyskill/CssLoader-ThemeDb/releases/download/1.1.0/themes.json" self.plugin = plugin self.themes = [] diff --git a/package.json b/package.json index eb422a2..9408b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SDH-CssLoader", - "version": "1.0.0", + "version": "1.1.0", "description": "A css loader", "scripts": { "build": "shx rm -rf dist && rollup -c", diff --git a/plugin.json b/plugin.json index dd93fc4..3fc94f6 100644 --- a/plugin.json +++ b/plugin.json @@ -1,5 +1,5 @@ { - "name": "Css Loader", + "name": "CSS Loader", "author": "Such Meme, Many Skill", "flags": [], "publish": { diff --git a/src/index.tsx b/src/index.tsx index e90cf27..6e738c8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -133,7 +133,7 @@ export default definePlugin((serverApi: ServerAPI) => { )); return { - title: