Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Aug 12, 2022
1 parent 47714f2 commit fadae7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

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": "SDH-CssLoader",
"version": "1.0.0",
"version": "1.1.0",
"description": "A css loader",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Css Loader",
"name": "CSS Loader",
"author": "Such Meme, Many Skill",
"flags": [],
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default definePlugin((serverApi: ServerAPI) => {
));

return {
title: <div className={staticClasses.Title}>Css Loader</div>,
title: <div className={staticClasses.Title}>CSS Loader</div>,
content: (
<CssLoaderContextProvider cssLoaderStateClass={state}>
<Content serverAPI={serverApi} />
Expand Down

0 comments on commit fadae7e

Please sign in to comment.