Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jun 11, 2023
1 parent aba6404 commit 1a89b2d
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 891 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Direct Download Link: [dev.tharki.FluentStatusIcons.asar](https://github.com/Tha
Install Link:


[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=Tharki-God/FluentStatusIcons&source=github)
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.tharki.FluentStatusIcons)

![image](https://tharki-god.github.io/files-random-host/bdpluginsassets/fluenticons.png)

Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"discordID": "1025214794766221384",
"github": "Tharki-God"
},
"version": "0.9.1",
"version": "0.9.2",
"updater": {
"type": "github",
"id": "Tharki-God/FluentStatusIcons"
"type": "store",
"id": "dev.tharki.FluentStatusIcons"
},
"license": "MIT",
"type": "replugged-plugin",
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-status-icons",
"version": "0.9.1",
"version": "0.9.2",
"description": "Fluent presence icons, designed by Microsoft.",
"engines": {
"node": ">=14.0.0"
Expand All @@ -21,17 +21,16 @@
"author": "Ahlawat",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.2",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"@types/node": "^18.16.17",
"@types/react": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.8.1",
"replugged": "^4.2.6",
"typescript": "^4.8.4"
},
"dependencies": {}
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.8",
"replugged": "^4.4.1",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 1a89b2d

Please sign in to comment.