Skip to content

Commit 6975961

Browse files
committed
bump version to v0.6.6
1 parent 2362331 commit 6975961

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ More examples are on the way...
8686
### TODO
8787

8888
- [x] ~~compile libs for android, linux~~
89-
- [ ] ~~support for iOS, macOS~~
89+
- [x] ~~support for iOS, macOS~~
9090
- [ ] add more examples
9191
- [ ] documentation
9292
- [ ] modify C wrapper to catch exceptions

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def __init__(self, display_name=""):
205205
super().__init__(display_name)
206206
with open("pubspec.yaml", "r") as f:
207207
doc = yaml.safe_load(f)
208-
self.version = doc["version"]
208+
self.version = doc["binary_version"]
209209

210210
def generate(self):
211211
tc: CMakeToolchain = CMakeToolchain(self)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
3-
version: 0.6.5
3+
version: 0.6.6
44
binary_version: 0.6.5
55
homepage: https://github.com/rainyl/opencv_dart
66

test/test.dart

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)