@@ -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.3.0
22+ ./tool/set-c-version.sh 4.3.1
2323```
2424
2525``` text
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 ).
26+ * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [4.3.1 ](https://github.com/objectbox/objectbox-c/releases/tag/v4.3.1 ).
2727```
2828
2929``` text
30- Update C library [4.2 .0 -> 4.3.0 ]
30+ Update C library [4.3 .0 -> 4.3.1 ]
3131
32- Includes database 4.3.0 -2025-05-12
32+ Includes database 4.3.1 -2025-07-28
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.3.0
40+ ./tool/set-android-version.sh 4.3.1
4141```
4242
4343``` text
44- * Update ObjectBox database for Flutter Android apps to 4.3.0 .
44+ * Update ObjectBox database for Flutter Android apps to 4.3.1 .
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.3.0 ` in `android/app/build.gradle`.
46+ sure to update to `io.objectbox:objectbox-android-objectbrowser:4.3.1 ` in `android/app/build.gradle`.
4747```
4848
4949``` text
50- Update Android library [4.2 .0 -> 4.3.0 ]
50+ Update Android library [4.3 .0 -> 4.3.1 ]
5151
52- Includes C API 4.3.0 and database 4.3.0 -2025-05-12
52+ Includes C API 4.3.1 and database 4.3.1 -2025-08-02
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.3.0
63+ ./tool/set-swift-version.sh 4.4.1
6464```
6565
6666``` text
67- * Update ObjectBox database for Flutter iOS/macOS apps to 4.3.0 .
67+ * Update ObjectBox database for Flutter iOS/macOS apps to 4.3.1 .
6868 For existing projects, run `pod repo update` and `pod update ObjectBox` in the `ios` or `macos` directories.
6969```
7070
7171``` text
72- Update macOS/iOS library [4.2 .0 -> 4.3.0 ]
72+ Update macOS/iOS library [4.3 .0 -> 4.4.1 ]
7373
74- Includes C API 4.3.0 and database 4.3.0 -2025-05-12
74+ Includes C API 4.3.1 and database 4.3.1 -2025-08-02
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.2 .0 -> 4.3.0 ]
101+ Update C-API [4.3 .0 -> 4.3.1 ]
102102```
0 commit comments