Skip to content

Commit 751e1e6

Browse files
committed
Updated README.md
1 parent 0981993 commit 751e1e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Java api library to access nextcloud features from java applications
1111
- Management of groups
1212
- Folder management (Without access control)
1313
- List shares and create new file shares (No way to delete/update shares atm.)
14-
- Tested against nextCloud 18.0.6 server version, but should also work with older nextCloud and ownCloud systems
14+
- Tested against nextCloud 23.0.2 server version, but should also work with older nextCloud and ownCloud systems
1515

1616
## Usage
1717
- Add this dependency to your pom.xml file
1818
```
1919
<dependency>
2020
<groupId>com.github.a-schild</groupId>
2121
<artifactId>nextcloud-java-api</artifactId>
22-
<version>12.0.1</version>
22+
<version>12.0.2</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)