Skip to content

Commit

Permalink
Fix and bump version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastDarkthorne committed Mar 14, 2023
1 parent f3a2e6f commit 3649eac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ By default, the logs are kept in `getMudletHomeDir() .. "/log/Chatbox/YYYY/MM/DD
Will start on the right side, attached to the right border. Resize, move, adjust how you see fit.

## Configuration Alias
* `act usage`
* `act|act usage`
* prints a list of aliases and their usage in the main window
* `act hide`
* hides the chat tabs
Expand Down Expand Up @@ -55,3 +55,7 @@ Will start on the right side, attached to the right border. Resize, move, adjust
* customize the colors of the chat window
* `act color usage`
* prints the color alias usage information
* `act update`
* updates the package to the latest version
* `act reset|act reset color`
* resets the chat window to defaults/resets chat colors only (remember to 'act save' after to save the defaults into the config file)
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "AchaeaChatTabs",
"version": "1.3",
"version": "1.3.0",
"author": "Erikka, Demonnic",
"title": "Chat tabs for Achaea",
"outputFile": true
Expand Down
2 changes: 1 addition & 1 deletion src/aliases/AchaeaChatTabs/act_usage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local aliases = {
["act unnotify <tabName>"] = "turn off OS notifications for tabName",
["act color <option> <value>"] = "used to change the colors for the active/inactive tab, and the background color for the consoles. 'act color' with no options will print out available options",
["act update"] = "updates the package to latest version",
["act reset|act reset color"] = "resets the chat to defaults/resets chat colors only"
["act reset|act reset color"] = "resets the chat window to defaults/resets chat colors only (remember to 'act save' after to save the defaults into the config file)"
}

echo("\nAvailable aliases for AchaeaChatTabs")
Expand Down

0 comments on commit 3649eac

Please sign in to comment.