Bump versions to 0.4.0

This commit is contained in:
Andras Schmelczer 2025-06-08 20:58:30 +01:00
parent e8b9bf40c5
commit 433e8f390f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
9 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sync-client",
"version": "0.3.15",
"version": "0.4.0",
"main": "dist/sync-client.node.js",
"browser": "dist/sync-client.web.js",
"types": "dist/types/index.d.ts",
@ -32,4 +32,4 @@
"webpack-merge": "^6.0.1",
"ws": "^8.18.2"
}
}
}