diff --git a/package-lock.json b/package-lock.json index 6d0312cc..e06d996c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ably-labs/spaces", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ably-labs/spaces", - "version": "0.0.9", + "version": "0.0.10", "license": "ISC", "dependencies": { "ably": "^1.2.39" diff --git a/package.json b/package.json index 1f8dfdfc..3df1d53b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably-labs/spaces", - "version": "0.0.9", + "version": "0.0.10", "description": "", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", diff --git a/src/Spaces.ts b/src/Spaces.ts index c345ed62..665a257d 100644 --- a/src/Spaces.ts +++ b/src/Spaces.ts @@ -9,7 +9,7 @@ class Spaces { private channel: Types.RealtimeChannelPromise; ably: Types.RealtimePromise; - readonly version = '0.0.9'; + readonly version = '0.0.10'; constructor(optionsOrAbly: Types.RealtimePromise | Types.ClientOptions | string) { this.spaces = {};