Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kekilla0 committed Aug 23, 2020
1 parent f9364ca commit 686b742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Advanced Use
3. whisper : Array of Users to send the message to
4. skipDialog : true/false, //will skip Client Dialog, automatically pushing information to user
5. chatWhisper : true/false //will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog
Extra : if whisper is left blank and skipDialog is true, will fill whisper array with all available users.

![In Action](https://i.gyazo.com/546475532d233ba3f4c3a08bda38c348.gif)

Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title" : "Whisper Dialog",
"description" : "Sends dialog to specificed connected user.",
"author" : ["kekilla#7036"],
"version" : "0.1.1",
"version" : "0.1.2",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion" : "0.6.5",
"compatibleCoreVersion" : "0.6.6",
"esmodules" : ["scripts/hooks.js"],
"languages" : [
{
Expand All @@ -17,5 +17,5 @@
"socket" : true,
"url" : "https://github.com/Kekilla0/whisper-dialog",
"manifest" : "https://github.com/Kekilla0/whisper-dialog/raw/master/module.json",
"download" : "https://github.com/Kekilla0/whisper-dialog/archive/v0.1.1.zip"
"download" : "https://github.com/Kekilla0/whisper-dialog/archive/v0.1.2.zip"
}

0 comments on commit 686b742

Please sign in to comment.