We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f48bb3 commit a31b013Copy full SHA for a31b013
examples/sport-tracker-app/package.json
@@ -13,7 +13,7 @@
13
"vite": "^7.0.0"
14
},
15
"dependencies": {
16
- "@sqliteai/sqlite-sync-wasm": "^3.49.2-sync-0.8.9",
+ "@sqliteai/sqlite-sync-wasm": "^3.49.2-sync-0.8.20",
17
"@types/react": "^19.1.8",
18
"@types/react-dom": "^19.1.6",
19
"@vitejs/plugin-react": "^4.6.0",
src/cloudsync.h
@@ -16,7 +16,7 @@
#include "sqlite3.h"
#endif
-#define CLOUDSYNC_VERSION "0.8.12"
+#define CLOUDSYNC_VERSION "0.8.20"
20
21
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
22
0 commit comments