Skip to content

Commit

Permalink
bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
oonqt committed Oct 21, 2020
1 parent 255d58e commit 89f3d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MBCord",
"version": "2.1.7",
"version": "2.1.8",
"description": "An Emby/Jellyfin rich presence client for Discord",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion utils/MBClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MBClient {

get serverAddress() {
const url = new URL(`${this.protocol}://${this.address}`);
url.port = this.port;
url.port = this.port;
return url.toString();
}

Expand Down

0 comments on commit 89f3d48

Please sign in to comment.