Skip to content

Commit

Permalink
Bump to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Jul 27, 2023
1 parent f530464 commit 1a0b129
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably-labs/spaces",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Spaces {
private channel: Types.RealtimeChannelPromise;
ably: Types.RealtimePromise;

readonly version = '0.0.11';
readonly version = '0.0.12';

constructor(optionsOrAbly: Types.RealtimePromise | Types.ClientOptions | string) {
this.spaces = {};
Expand Down

0 comments on commit 1a0b129

Please sign in to comment.