Skip to content

Commit e66d756

Browse files
committed
moved location to detectionCount
1 parent 4231b1b commit e66d756

8 files changed

Lines changed: 242 additions & 243 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This repo contains the main data model for the Starwit Awareness Engine (SAE). S
66

77
### Python / Poetry
88
- Add the following to your `pyproject.toml` dependencies section\
9-
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.2.1" }`
9+
`visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.2.2" }`
1010

1111
### Java / Maven
1212
- Add dependency to your project:
1313
```xml
1414
<dependency>
1515
<groupId>de.starwit</groupId>
1616
<artifactId>vision-api</artifactId>
17-
<version>3.2.1</version>
17+
<version>3.2.2</version>
1818
</dependency>
1919
```
2020
- Add maven repository to your `~/.m2/settings.xml` (adapt example / your config as necessary):

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.2.2

java/visionapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>vision-api</artifactId>
77

88
<packaging>jar</packaging>
9-
<version>3.2.1</version>
9+
<version>3.2.2</version>
1010
<name>visionapi</name>
1111
<url>https://github.com/starwit/vision-api</url>
1212

0 commit comments

Comments
 (0)