Skip to content

Commit f60f745

Browse files
committed
bump version to vv1.4.2+1, update changelog
1 parent 7dbb27b commit f60f745

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/opencv_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2+1
2+
3+
* fix: optional modules parsing in cmake script
4+
15
## 1.4.2
26

37
* support optional modules, configure it in `pubspec.yaml`, from this version, both opencv_core and

packages/opencv_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: opencv_core
22
description: |
33
OpenCV4 bindings for Flutter.
4-
version: 1.4.2
4+
version: 1.4.2+1
55
opencv_version: 4.11.0+1
66
dartcv_version: 4.11.0.4
77
repository: https://github.com/rainyl/opencv_dart

packages/opencv_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2+1
2+
3+
* fix: optional modules parsing in cmake script
4+
15
## 1.4.2
26

37
* support optional modules, configure it in `pubspec.yaml`, from this version, both opencv_core and

packages/opencv_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: opencv_dart
22
description: |
33
OpenCV4 bindings for Flutter, using dart:ffi.
4-
version: 1.4.2
4+
version: 1.4.2+1
55
opencv_version: 4.11.0+1
66
dartcv_version: 4.11.0.4
77
repository: https://github.com/rainyl/opencv_dart

0 commit comments

Comments
 (0)