Skip to content

Commit 87836f2

Browse files
committed
Update for 0.0.14
1 parent 7e7397c commit 87836f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
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.13</version>
15+
<version>0.0.14</version>
1616
</dependency>
1717
<!-- Hotspot JVM metrics-->
1818
<dependency>
1919
<groupId>io.prometheus</groupId>
2020
<artifactId>simpleclient_hotspot</artifactId>
21-
<version>0.0.13</version>
21+
<version>0.0.14</version>
2222
</dependency>
2323
<!-- Exposition servlet-->
2424
<dependency>
2525
<groupId>io.prometheus</groupId>
2626
<artifactId>simpleclient_servlet</artifactId>
27-
<version>0.0.13</version>
27+
<version>0.0.14</version>
2828
</dependency>
2929
<!-- Pushgateway exposition-->
3030
<dependency>
3131
<groupId>io.prometheus</groupId>
3232
<artifactId>simpleclient_pushgateway</artifactId>
33-
<version>0.0.13</version>
33+
<version>0.0.14</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)