Skip to content

Commit

Permalink
bump version - ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoguedBear committed Jan 16, 2022
1 parent 7636e2a commit 75f2d4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "betterdiscordplugin-autoidleonafk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -14,7 +14,7 @@
"defaultConfig": {
"pluginsFolder": "./src",
"releaseFolder": "./release",
"copyToBD": true,
"copyToBD": false,
"addInstallScript": true
},
"author": "RoguedBear",
Expand Down
16 changes: 13 additions & 3 deletions src/AutoIdleOnAFK/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@
}
],
"authorLink": "https://github.com/RoguedBear",
"version": "0.1.0",
"description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes.\nPlugin only works when your status is 'online' and you are not in a voice channel",
"version": "0.1.1",
"description": "Automatically updates your discord status to 'idle' when you haven't opened your discord client for more than 5 minutes.\nPlugin only works when your status is 'online' and you are not in a voice channel. \n\nFor Bugs or Feature Requests open an issue on my Github",
"github": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK",
"github_raw": "https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK/releases/latest/download/AutoIdleOnAFK.plugin.js"
},
"changelog": [],
"changelog": [
{
"title": "First Release! 🥳",
"type": "progress",
"items": [
"If you have found any bugs or have some feature requests,",
" feel free to open an issue on this [plugin's Github]",
"(https://github.com/RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK/issues)"
]
}
],
"main": "index.js",
"DEBUG": false,
"DEBUG_ActuallyChangeStatus": false,
Expand Down

0 comments on commit 75f2d4b

Please sign in to comment.