@@ -19,61 +19,61 @@ 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.0.2
22+ ./tool/set-c-version.sh 4.1.0
2323```
2424
2525``` text
26- * Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.0.2 ](https://github.com/objectbox/objectbox-c/releases/tag/v4.0.2 ).
26+ * Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.1.0 ](https://github.com/objectbox/objectbox-c/releases/tag/v4.1.0 ).
2727```
2828
2929``` text
30- Update C library [4.0.1 -> 4.0.2 ]
30+ Update C library [4.0.2 -> 4.1.0 ]
3131```
3232
3333### Android
3434
3535For the Flutter plugins on Android ([ view releases] ( https://github.com/objectbox/objectbox-java/releases ) ):
3636
3737``` bash
38- ./tool/set-android-version.sh 4.0.3
38+ ./tool/set-android-version.sh 4.1.0
3939```
4040
4141``` text
42- * Flutter for Android: update to [objectbox-android 4.0.3 ](https://github.com/objectbox/objectbox-java/releases/tag/V4.0.3 ).
42+ * Flutter for Android: update to [objectbox-android 4.1.0 ](https://github.com/objectbox/objectbox-java/releases/tag/V4.1.0 ).
4343 If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to
44- update to `io.objectbox:objectbox-android-objectbrowser:4.0.3 ` in `android/app/build.gradle`.
44+ update to `io.objectbox:objectbox-android-objectbrowser:4.1.0 ` in `android/app/build.gradle`.
4545```
4646
4747``` text
48- Update objectbox-android [4.0.2 -> 4.0.3 ]
48+ Update objectbox-android [4.0.3 -> 4.1.0 ]
4949
50- Bundled with C API 4.0.1 and ObjectBox 4.0.2-2024-10-15
50+ Bundled with C API 4.1.0 and ObjectBox 4.1.0-2025-01-28
5151```
5252
5353Note: the embedded C API and ObjectBox version can be looked up
54- from the relevant objectbox repository release tag (like ` java-4.0.3 ` ).
54+ from the relevant objectbox repository release tag (like ` java-4.1.0 ` ).
5555
5656### Apple OSs
5757
5858For the Flutter plugins on iOS/macOS ([ view releases] ( https://github.com/objectbox/objectbox-swift/releases ) )
5959
6060``` bash
61- ./tool/set-swift-version.sh 4.0.1
61+ ./tool/set-swift-version.sh 4.1.0
6262```
6363
6464``` text
65- * Flutter for iOS/macOS: update to [objectbox-swift 4.0.1 ](https://github.com/objectbox/objectbox-swift/releases/tag/v4.0.1 ).
65+ * Flutter for iOS/macOS: update to [objectbox-swift 4.1.0 ](https://github.com/objectbox/objectbox-swift/releases/tag/v4.1.0 ).
6666 For existing projects, run `pod repo update` and `pod update ObjectBox` in the `ios` or `macos` directories.
6767```
6868
6969``` text
7070Update ObjectBox Swift [4.0.0 -> 4.0.1]
7171
72- Bundled with C API 4.0.2 and ObjectBox 4.0.2-2024-10-15
72+ Bundled with C API 4.1.0 and ObjectBox 4.1.0-2025-01-30
7373```
7474
7575Note: the embedded C API and ObjectBox version can be looked up
76- from the objectbox-swift release tag (like ` v4.0.1 ` ) and
76+ from the objectbox-swift release tag (like ` v4.1.0 ` ) and
7777the objectbox commit it points to (see ` external/objectbox ` ).
7878
7979## Dart C API bindings
@@ -96,5 +96,5 @@ Then manually:
9696- Commit as
9797
9898``` text
99- Update C-API [4.0.1 -> 4.0.2 ]
99+ Update C-API [4.0.2 -> 4.1.0 ]
100100```
0 commit comments