From 6379acce97e9b2ec1b6f3e23c420b85fa2a1731a Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Wed, 9 Nov 2022 00:01:14 -0800 Subject: Update README.md to point to latest version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4ac57d..69bd13c 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ tracing function calls to their code to see how long each part takes. To use PerfMark, add the following dependencies to your `build.gradle`: ``` dependencies { - implementation 'io.perfmark:perfmark-api:0.25.0' + implementation 'io.perfmark:perfmark-api:0.26.0' // Only needed for applications, not libraries. - implementation 'io.perfmark:perfmark-traceviewer:0.25.0' + implementation 'io.perfmark:perfmark-traceviewer:0.26.0' } ``` @@ -47,7 +47,7 @@ Or in your `pom.xml`: io.perfmark perfmark-api - 0.25.0 + 0.26.0 ``` -- cgit v1.2.3