Skip to content

Commit

Permalink
Version 0.2.16 release prep
Browse files Browse the repository at this point in the history
- Bump versions
  • Loading branch information
KazWolfe committed Nov 15, 2022
1 parent bbdf7d1 commit 2c395a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FFXIVPlugin/Server/XIVDeckWebServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public XIVDeckWebServer(int port) {
.WithUrlPrefixes(GenerateUrlPrefixes(port))
.WithMode(HttpListenerMode.Microsoft)
);


this._host.WithCors(origins: "file://");
this._host.WithModule(new XIVDeckWSServer("/ws"));
this._host.WithModule(new AuthModule("/"));

Expand Down
2 changes: 1 addition & 1 deletion SDPlugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazwolfe/xivdeck-sdplugin",
"version": "0.2.15",
"version": "0.2.16",
"private": true,
"license": "MPL",
"scripts": {
Expand Down

0 comments on commit 2c395a6

Please sign in to comment.