Skip to content

Commit acf8786

Browse files
author
Juraj Veverka
committed
docs updated
1 parent d54a5c0 commit acf8786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpi-camera-client/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This is Java client HTTP REST API SDK for [RPi Camera](../rpi-camera).
1515
<dependency>
1616
<groupId>one.microproject.rpi</groupId>
1717
<artifactId>rpi-camera-client</artifactId>
18-
<version>1.6.0</version>
18+
<version>1.6.2</version>
1919
</dependency>
2020
```
2121

2222
### use with gradle
2323
```
24-
implementation 'one.microproject.rpi:rpi-camera-client:1.6.0'
24+
implementation 'one.microproject.rpi:rpi-camera-client:1.6.2'
2525
```
2626

2727
### use in your java code

0 commit comments

Comments
 (0)