Skip to content

Commit e2ec4ed

Browse files
committed
update for 0.4.0
1 parent fdc2f0f commit e2ec4ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ version can be found on in the maven repository for
4040
<dependency>
4141
<groupId>io.prometheus</groupId>
4242
<artifactId>simpleclient</artifactId>
43-
<version>0.3.0</version>
43+
<version>0.4.0</version>
4444
</dependency>
4545
<!-- Hotspot JVM metrics-->
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient_hotspot</artifactId>
49-
<version>0.3.0</version>
49+
<version>0.4.0</version>
5050
</dependency>
5151
<!-- Exposition HTTPServer-->
5252
<dependency>
5353
<groupId>io.prometheus</groupId>
5454
<artifactId>simpleclient_httpserver</artifactId>
55-
<version>0.3.0</version>
55+
<version>0.4.0</version>
5656
</dependency>
5757
<!-- Pushgateway exposition-->
5858
<dependency>
5959
<groupId>io.prometheus</groupId>
6060
<artifactId>simpleclient_pushgateway</artifactId>
61-
<version>0.3.0</version>
61+
<version>0.4.0</version>
6262
</dependency>
6363
```
6464

0 commit comments

Comments
 (0)