Skip to content

Commit

Permalink
Release 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed May 20, 2021
1 parent 456b617 commit 2772c79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog for nextcloud api
- 2021-05-20
- Added rename/move operation for folders and files
- Version bump to 11.5.0 because of added api methods
- 2021-04-27
- Updated various used libraries
- 2020-11-21
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Java api library to access nextcloud features from java applications
```
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
<version>11.4.1</version>
<version>1.5.0</version>
```

- Create a NextcloudConnector instance and provide your server settings and authentification
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.4.1</version>
<version>11.5.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2772c79

Please sign in to comment.