Skip to content

Commit

Permalink
bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Jan 22, 2025
1 parent 3140bdc commit d1a2a2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/opencv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.5
## 1.4.0

* update to OpenCV 4.11.0
* change vector wrappers to std::vector
Expand Down
2 changes: 1 addition & 1 deletion packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
OpenCV4 bindings for Flutter.
This plugin does NOT include `highgui` and `videoio`,
if you need them, please use `opencv_dart` instead.
version: 1.3.5
version: 1.4.0
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.1
repository: https://github.com/rainyl/opencv_dart
Expand Down
2 changes: 1 addition & 1 deletion packages/opencv_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.5
## 1.4.0

* update to OpenCV 4.11.0
* change vector wrappers to std::vector
Expand Down
2 changes: 1 addition & 1 deletion packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
OpenCV4 bindings for Flutter, using dart:ffi.
This plugin include `videoio` module, if you don't need it,
please use `opencv_core` instead.
version: 1.3.5
version: 1.4.0
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.1
repository: https://github.com/rainyl/opencv_dart
Expand Down

0 comments on commit d1a2a2d

Please sign in to comment.