We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed98c88 commit 5a10a75Copy full SHA for 5a10a75
README.md
@@ -162,7 +162,7 @@ The counts can be reset using `/__stats?reset`. The `requests/sec` is calculated
162
<dependency>
163
<groupId>io.github.robaho</groupId>
164
<artifactId>httpserver</artifactId>
165
- <version>1.0.10</version>
+ <version>1.0.11</version>
166
</dependency>
167
```
168
## future work
build.gradle
@@ -149,7 +149,7 @@ publishing {
149
maven(MavenPublication) {
150
groupId = 'io.github.robaho'
151
artifactId = 'httpserver'
152
- version = "1.0.10"
+ version = "1.0.11"
153
154
from components.java
155
0 commit comments