Skip to content

Commit a1ca635

Browse files
Update version number
1 parent 70597b2 commit a1ca635

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ObjectDetector_interface_class.pdf

8 Bytes
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# **ObjectDetector interface C++ library**
88

9-
**v1.1.1**
9+
**v1.2.0**
1010

1111
------
1212

@@ -58,7 +58,7 @@
5858
| 1.0.0 | 17.07.2023 | First version. |
5959
| 1.0.1 | 17.07.2023 | - 3rdparty variable name mistake fixed. |
6060
| 1.1.0 | 18.07.2023 | - Added frame ID field for detection results. |
61-
| 1.1.1 | 22.08.2023 | - Added new setMask method. |
61+
| 1.2.0 | 22.08.2023 | - Added new setMask method. |
6262

6363

6464

@@ -180,7 +180,7 @@ std::cout << "ObjectDetector class version: " << ObjectDetector::getVersion() <<
180180
Console output:
181181

182182
```bash
183-
ObjectDetector class version: 1.1.1
183+
ObjectDetector class version: 1.2.0
184184
```
185185

186186

0 commit comments

Comments
 (0)