Skip to content

Commit

Permalink
prepping for 4.0.6 release
Browse files Browse the repository at this point in the history
fixin bug #41 - updating to newer discord-rpc library
  • Loading branch information
spdermn02 committed Jan 12, 2022
1 parent e2d2008 commit d2f0f4c
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 13 deletions.
4 changes: 2 additions & 2 deletions base/Mac/TPDiscord/entry.tp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": 3,
"version": 4005,
"TPDiscord_Version": "4.0.5",
"version": 4006,
"TPDiscord_Version": "4.0.6",
"name": "Touch Portal Discord Plugin",
"id": "TPDiscord",
"plugin_start_cmd": "sh %TP_PLUGIN_FOLDER%TPDiscord/start_tpdiscord.sh",
Expand Down
4 changes: 2 additions & 2 deletions base/Win/TPDiscord/entry.tp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": 3,
"version": 4005,
"TPDiscord_Version":"4.0.5",
"version": 4006,
"TPDiscord_Version":"4.0.6",
"name": "Touch Portal Discord Plugin",
"id": "TPDiscord",
"plugin_start_cmd": "\"%TP_PLUGIN_FOLDER%TPDiscord\\tpdiscord.exe\"",
Expand Down
79 changes: 71 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"dependencies": {
"discord-rpc": "^3.2.0",
"discord-rpc": "^4.0.1",
"find-process": "^1.4.7",
"out-url": "^1.1.1",
"touchportal-api": "^2.0.1"
Expand Down

0 comments on commit d2f0f4c

Please sign in to comment.