Skip to content

Commit ff3c8d7

Browse files
authored
We've on 0.0.15 now
1 parent 56c7a19 commit ff3c8d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ version can be found on in the maven repository for
1212
<dependency>
1313
<groupId>io.prometheus</groupId>
1414
<artifactId>simpleclient</artifactId>
15-
<version>0.0.14</version>
15+
<version>0.0.15</version>
1616
</dependency>
1717
<!-- Hotspot JVM metrics-->
1818
<dependency>
1919
<groupId>io.prometheus</groupId>
2020
<artifactId>simpleclient_hotspot</artifactId>
21-
<version>0.0.14</version>
21+
<version>0.0.15</version>
2222
</dependency>
2323
<!-- Exposition servlet-->
2424
<dependency>
2525
<groupId>io.prometheus</groupId>
2626
<artifactId>simpleclient_servlet</artifactId>
27-
<version>0.0.14</version>
27+
<version>0.0.15</version>
2828
</dependency>
2929
<!-- Pushgateway exposition-->
3030
<dependency>
3131
<groupId>io.prometheus</groupId>
3232
<artifactId>simpleclient_pushgateway</artifactId>
33-
<version>0.0.14</version>
33+
<version>0.0.15</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)