Skip to content

Commit 5989011

Browse files
committed
Release 13.0.1
1 parent 184bbc4 commit 5989011

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog for nextcloud api
2+
## Version 13.0.1
3+
- 2023-09-29
4+
- Release 13.0.1
5+
- Cleanup closed http client, thanks to lucnygr
6+
27
## Version 13
38
- 2023-09-29
49
- Release 13.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
1919
<dependency>
2020
<groupId>com.github.a-schild</groupId>
2121
<artifactId>nextcloud-java-api</artifactId>
22-
<version>13.0.0</version>
22+
<version>13.0.1</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.aarboard.nextcloud</groupId>
55
<artifactId>nextcloud-api</artifactId>
6-
<version>13.0.0</version>
6+
<version>13.0.1</version>
77
<packaging>jar</packaging>
88
<properties>
99
<!-- compile time dependencies -->

0 commit comments

Comments
 (0)