Skip to content

Commit

Permalink
Bump to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek authored and dpiatek committed Jun 22, 2023
1 parent cbec4d2 commit 60393e6
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.9",
"version": "0.0.10",
"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.9';
readonly version = '0.0.10';

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

0 comments on commit 60393e6

Please sign in to comment.