Skip to content

Commit 4393539

Browse files
committed
bump version to 1.3.2
1 parent be01827 commit 4393539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/opencv_core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
OpenCV4 bindings for Flutter.
44
This plugin does NOT include `highgui` and `videoio`,
55
if you need them, please use `opencv_dart` instead.
6-
version: 1.3.2-dev.1
6+
version: 1.3.2
77
opencv_version: 4.10.0+9
88
dartcv_version: 4.10.0.4
99
repository: https://github.com/rainyl/opencv_dart

packages/opencv_dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
OpenCV4 bindings for Flutter, using dart:ffi.
44
This plugin include `videoio` module, if you don't need it,
55
please use `opencv_core` instead.
6-
version: 1.3.2-dev.1
6+
version: 1.3.2
77
opencv_version: 4.10.0+9
88
dartcv_version: 4.10.0.4
99
repository: https://github.com/rainyl/opencv_dart

0 commit comments

Comments
 (0)