Skip to content

Commit

Permalink
chore: bump version for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Jul 17, 2024
1 parent 8a70ad8 commit b39b1eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package-lock.json

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

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/spaces",
"version": "0.3.1",
"version": "0.4.0",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Manually update when bumping version
const VERSION = '0.3.1';
const VERSION = '0.4.0';
export { VERSION };

0 comments on commit b39b1eb

Please sign in to comment.