Bump versions to 0.1.6

This commit is contained in:
Andras Schmelczer 2025-03-22 14:07:11 +00:00
parent ab12b07ed8
commit ef9ec69204
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{
"name": "sync-client",
"version": "0.1.5",
"version": "0.1.6",
"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",
"sync_lib": "file:../../backend/sync_lib/pkg"
}
}
}