Skip to content

Commit

Permalink
bump version to v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Mar 21, 2024
1 parent 2362331 commit 6975961
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ More examples are on the way...
### TODO

- [x] ~~compile libs for android, linux~~
- [ ] ~~support for iOS, macOS~~
- [x] ~~support for iOS, macOS~~
- [ ] add more examples
- [ ] documentation
- [ ] modify C wrapper to catch exceptions
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def __init__(self, display_name=""):
super().__init__(display_name)
with open("pubspec.yaml", "r") as f:
doc = yaml.safe_load(f)
self.version = doc["version"]
self.version = doc["binary_version"]

def generate(self):
tc: CMakeToolchain = CMakeToolchain(self)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: opencv_dart
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
version: 0.6.5
version: 0.6.6
binary_version: 0.6.5
homepage: https://github.com/rainyl/opencv_dart

Expand Down
15 changes: 0 additions & 15 deletions test/test.dart

This file was deleted.

0 comments on commit 6975961

Please sign in to comment.