Skip to content

Commit 58d8abb

Browse files
bump version to 2.2.0 [skip ci]
1 parent 24f053c commit 58d8abb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundryvtt-rest-api-relay",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Message relay server for the foundryvtt-rest-api Foundry Module",
55
"main": "index.js",
66
"scripts": {

src/routes/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { browserSessions, apiKeyToSession, pendingSessions } from './api/session
3131

3232
export { browserSessions, apiKeyToSession, pendingSessions };
3333

34-
export const VERSION = '2.1.2';
34+
export const VERSION = '2.2.0';
3535

3636
const INSTANCE_ID = process.env.INSTANCE_ID || 'default';
3737

0 commit comments

Comments
 (0)