Skip to content

Commit a31b013

Browse files
committed
bump version
1 parent 8f48bb3 commit a31b013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sport-tracker-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "^7.0.0"
1414
},
1515
"dependencies": {
16-
"@sqliteai/sqlite-sync-wasm": "^3.49.2-sync-0.8.9",
16+
"@sqliteai/sqlite-sync-wasm": "^3.49.2-sync-0.8.20",
1717
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
1919
"@vitejs/plugin-react": "^4.6.0",

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "sqlite3.h"
1717
#endif
1818

19-
#define CLOUDSYNC_VERSION "0.8.12"
19+
#define CLOUDSYNC_VERSION "0.8.20"
2020

2121
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2222

0 commit comments

Comments
 (0)