diff --git a/README.md b/README.md index 8aea441..95297cc 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ This document is updated with stable releases, for additional documentation plea * Unstable doc: https://code.fleshless.org/mute/MBCHC/wiki/unstable ## PSA -The only supported version is unstable, don't use any other. \ No newline at end of file +The only supported version is unstable, don't use any other. + +## Feedback +We are available at the club in a private room named `MBCHC`. If Mute isn't there, leave a message. diff --git a/mbchc.mjs b/mbchc.mjs index 09134d9..834853e 100644 --- a/mbchc.mjs +++ b/mbchc.mjs @@ -1,5 +1,5 @@ // Take a look at the .d.ts for comments. -export const version = '107.13.1' +export const version = '108.13.1' const W = window, D = W.document, /**fuck money*/$ = undefined, /**@type {''}*/$S = '', /**@type {{}}*/$O = {}, /**@type {Set}*/$Ss = new Set() // /**@type {readonly []}*/$A = [], const/**@type {TextDictionaryEntry}*/MISSING_PLAYER_DIALOG = {Tag: 'MISSING TEXT IN "Interface.csv": ', Text: '\u200C'} // Zero-width non-joiner, used to break up ligatures, does nothing here, but an empty string is a falsey value diff --git a/package-lock.json b/package-lock.json index c9bcd03..ab449f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "mbchc", - "version": "107.13.1", + "version": "108.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mbchc", - "version": "107.13.1", + "version": "108.13.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { - "bc-stubs": "^107.0.0", + "bc-stubs": "^108.0.0", "bondage-club-mod-sdk": "^1.2.0", "typescript": "^5.5.2", "xo": "^0.56.0" @@ -1074,9 +1074,9 @@ "dev": true }, "node_modules/bc-stubs": { - "version": "107.0.0", - "resolved": "https://registry.npmjs.org/bc-stubs/-/bc-stubs-107.0.0.tgz", - "integrity": "sha512-PUEvMGe7dDm+lKy6YJIWv1xWCOBVt/WAn4xrG8mBUoGobZVBqOrg+x5lOV0HvG9fcBB8K5NEaXMciE5TOTWkBA==", + "version": "108.0.0", + "resolved": "https://registry.npmjs.org/bc-stubs/-/bc-stubs-108.0.0.tgz", + "integrity": "sha512-b3ko8zl9zn5umYKC7uMQjEtOQxcbAdalUvJ7DoOPyJX4WcsdJFq+R76Rr8bhTtcRq7aW3tk7DtDjTy9awd7CRw==", "dev": true, "dependencies": { "socket.io-client": "4.6.1" diff --git a/package.json b/package.json index 08886a0..3039a8a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "mbchc", - "version": "107.13.1", + "version": "108.13.1", "description": "Mute's Bondage Club Hacks Collection", "author": "Mute", "private": true, "type": "module", "devDependencies": { - "bc-stubs": "^107.0.0", + "bc-stubs": "^108.0.0", "bondage-club-mod-sdk": "^1.2.0", "typescript": "^5.5.2", "xo": "^0.56.0"