Skip to content

Commit

Permalink
Release 11.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Sep 9, 2021
1 parent b4fd6bc commit 58f0116
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog for nextcloud api
- 2021-09-09
- Release 11.5.1
- Integrated fix for invalid userlist, pull request #62, Thanks kriszman
- 2021-05-20
- Added rename/move operation for folders and files
- Version bump to 11.5.0 because of added api methods
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
<dependency>
<groupId>com.github.a-schild</groupId>
<artifactId>nextcloud-java-api</artifactId>
<version>11.5.0</version>
<version>11.5.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.5.0</version>
<version>11.5.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 58f0116

Please sign in to comment.