@@ -19,37 +19,37 @@ for the binding update script (see below) and
1919for Flutter (` flutter_libs ` and ` sync_flutter_libs ` plugins) on Linux and Windows:
2020
2121``` bash
22- ./tool/set-c-version.sh 4.2 .0
22+ ./tool/set-c-version.sh 4.3 .0
2323```
2424
2525``` text
26- * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [4.2 .0](https://github.com/objectbox/objectbox-c/releases/tag/v4.2 .0).
26+ * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [4.3 .0](https://github.com/objectbox/objectbox-c/releases/tag/v4.3 .0).
2727```
2828
2929``` text
30- Update C library [4.1 .0 -> 4.2 .0]
30+ Update C library [4.2 .0 -> 4.3 .0]
3131
32- Includes database 4.2 .0-2025-03-04
32+ Includes database 4.3 .0-2025-05-12
3333```
3434
3535### Android
3636
3737For the Flutter plugins on Android ([ view releases] ( https://github.com/objectbox/objectbox-java/releases ) ):
3838
3939``` bash
40- ./tool/set-android-version.sh 4.2 .0
40+ ./tool/set-android-version.sh 4.3 .0
4141```
4242
4343``` text
44- * Update ObjectBox database for Flutter Android apps to 4.2 .0.
44+ * Update ObjectBox database for Flutter Android apps to 4.3 .0.
4545 If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make
46- sure to update to `io.objectbox:objectbox-android-objectbrowser:4.2 .0` in `android/app/build.gradle`.
46+ sure to update to `io.objectbox:objectbox-android-objectbrowser:4.3 .0` in `android/app/build.gradle`.
4747```
4848
4949``` text
50- Update objectbox-android [4.1 .0 -> 4.2 .0]
50+ Update Android library [4.2 .0 -> 4.3 .0]
5151
52- Includes C API 4.2 .0 and database 4.2 .0-2025-03-04
52+ Includes C API 4.3 .0 and database 4.3 .0-2025-05-12
5353```
5454
5555Note: the embedded C API and ObjectBox version can be looked up
@@ -60,18 +60,18 @@ from the relevant objectbox repository release tag (like `java-4.1.0`).
6060For the Flutter plugins on iOS/macOS ([ view releases] ( https://github.com/objectbox/objectbox-swift/releases ) )
6161
6262``` bash
63- ./tool/set-swift-version.sh 4.2 .0
63+ ./tool/set-swift-version.sh 4.3 .0
6464```
6565
6666``` text
67- * Update ObjectBox database for Flutter iOS/macOS apps to 4.2 .0.
67+ * Update ObjectBox database for Flutter iOS/macOS apps to 4.3 .0.
6868 For existing projects, run `pod repo update` and `pod update ObjectBox` in the `ios` or `macos` directories.
6969```
7070
7171``` text
72- Update ObjectBox Swift [4.1 .0 -> 4.2 .0]
72+ Update macOS/iOS library [4.2 .0 -> 4.3 .0]
7373
74- Includes C API 4.2 .0 and database 4.2 .0-2025-03-27
74+ Includes C API 4.3 .0 and database 4.3 .0-2025-05-12
7575```
7676
7777Note: the embedded C API and ObjectBox version can be looked up
@@ -98,5 +98,5 @@ Then manually:
9898- Commit as
9999
100100``` text
101- Update C-API [4.1 .0 -> 4.2 .0]
101+ Update C-API [4.2 .0 -> 4.3 .0]
102102```
0 commit comments