From 97028908a4057bc6c8b9f5730580201cd94619a9 Mon Sep 17 00:00:00 2001 From: catostrophe <40268503+catostrophe@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:00:53 +0300 Subject: [PATCH] Update version to 0.13.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650ea57..ab27490 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Add it to your `build.sbt`: ```scala -"io.janstenpickle" %% "trace4cats-tail-sampling-cache-store" % "0.12.0" -"io.janstenpickle" %% "trace4cats-tail-sampling-redis-store" % "0.12.0" +"io.janstenpickle" %% "trace4cats-tail-sampling-cache-store" % "0.13.0" +"io.janstenpickle" %% "trace4cats-tail-sampling-redis-store" % "0.13.0" ``` ## Contributing