Skip to content

Commit bd52865

Browse files
authored
Update latest version to 1.0.5
1 parent 4d73c06 commit bd52865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ backend-agnostic approach to Java metrics instrumentation.
4040

4141
## Importing the library
4242

43-
The most recent release is [v1.0.3](https://github.com/google/java-monitoring-client-library/releases/).
43+
The most recent release is [v1.0.5](https://github.com/google/java-monitoring-client-library/releases/).
4444

4545
The Maven group ID is `com.google.monitoring-client`. The artifact ID is
4646
`metrics` for the main library, and `stackdriver` for the stackdriver backend
@@ -54,7 +54,7 @@ To add a dependency on the metrics library using Maven:
5454
<dependency>
5555
<groupId>com.google.monitoring-client</groupId>
5656
<artifactId>metrics</artifactId>
57-
<version>1.0.3</version>
57+
<version>1.0.5</version>
5858
</dependency>
5959
```
6060

0 commit comments

Comments
 (0)