Skip to content

Commit 138064e

Browse files
committed
Release version bump
1 parent 142cd0b commit 138064e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ Maven
101101
<dependency>
102102
<groupId>com.github.saasquatch</groupId>
103103
<artifactId>apache-client5-reactive</artifactId>
104-
<version>0.0.4</version>
104+
<version>0.0.5</version>
105105
</dependency>
106106
```
107107

108108
Gradle
109109

110110
```gradle
111-
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.4'
111+
implementation 'com.github.saasquatch:apache-client5-reactive:0.0.5'
112112
```
113113

114114
## License

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>com.saasquatch</groupId>
55
<artifactId>apache-client5-reactive</artifactId>
6-
<version>0.0.4-SNAPSHOT</version>
6+
<version>0.0.5-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>apache-client5-reactive</name>

0 commit comments

Comments
 (0)