Skip to content

Commit 5a10a75

Browse files
committed
version 1.0.11
1 parent ed98c88 commit 5a10a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The counts can be reset using `/__stats?reset`. The `requests/sec` is calculated
162162
<dependency>
163163
<groupId>io.github.robaho</groupId>
164164
<artifactId>httpserver</artifactId>
165-
<version>1.0.10</version>
165+
<version>1.0.11</version>
166166
</dependency>
167167
```
168168
## future work

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ publishing {
149149
maven(MavenPublication) {
150150
groupId = 'io.github.robaho'
151151
artifactId = 'httpserver'
152-
version = "1.0.10"
152+
version = "1.0.11"
153153

154154
from components.java
155155

0 commit comments

Comments
 (0)