Skip to content

Commit b39b1eb

Browse files
committed
chore: bump version for 0.4.0 release
1 parent 8a70ad8 commit b39b1eb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ably/spaces",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Manually update when bumping version
2-
const VERSION = '0.3.1';
2+
const VERSION = '0.4.0';
33
export { VERSION };

0 commit comments

Comments
 (0)