Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed May 14, 2023
1 parent bcada54 commit aba6404
Show file tree
Hide file tree
Showing 9 changed files with 1,153 additions and 643 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore all Markdown files:
*.md
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ Fluent presence icons, designed by Microsoft.

For other fluent icons, install [this theme by Stickfab](https://github.com/stickfab/pc-fluenticons).

Direct Download Link:
[Tharki.FluentStatusIcons.asar](https://github.com/Tharki-God/FluentStatusIcons/releases/latest/download/Tharki.FluentStatusIcons.asar)
Direct Download Link: [dev.tharki.FluentStatusIcons.asar](https://github.com/Tharki-God/FluentStatusIcons/releases/latest/download/dev.tharki.FluentStatusIcons.asar)

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)

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

> For issues related to plugin either DM the dev or ask in support server listed below.
>
>If making a post in support channel on replugged server then ping me!
>
> [![Support Server](https://discordapp.com/api/guilds/919649417005506600/widget.png?style=banner3)](https://discord.gg/SgKSKyh9gY)
> For Contributing: [Make a pr thats all.]
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "Tharki.FluentStatusIcons",
"id": "dev.tharki.FluentStatusIcons",
"name": "FluentStatusIcons",
"description": "Fluent presence icons, designed by Microsoft.",
"author": {
"name": "Ahlawat",
"discordID": "1025214794766221384",
"github": "Tharki-God"
},
"version": "0.9.0",
"version": "0.9.1",
"updater": {
"type": "github",
"id": "Tharki-God/FluentStatusIcons"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-status-icons",
"version": "0.9.0",
"version": "0.9.1",
"description": "Fluent presence icons, designed by Microsoft.",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.8.1",
"replugged": "^4.1.0",
"replugged": "^4.2.6",
"typescript": "^4.8.4"
},
"dependencies": {}
Expand Down
Loading

0 comments on commit aba6404

Please sign in to comment.