Skip to content

Commit 364ed18

Browse files
committed
chore: bump version to fix a release issue
1 parent d3bab05 commit 364ed18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.8.65
3+
## 0.8.66
44

55
- fix: make begin_alter and commit_alter idempotent
66
- fix: remove old schema_hash check

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
extern "C" {
2121
#endif
2222

23-
#define CLOUDSYNC_VERSION "0.8.65"
23+
#define CLOUDSYNC_VERSION "0.8.66"
2424

2525
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2626

0 commit comments

Comments
 (0)