From 1d3a70970fadd6988de8f667497a35561738ac16 Mon Sep 17 00:00:00 2001 From: Ilia Vologin Date: Wed, 30 Oct 2024 14:46:03 +0100 Subject: [PATCH] Update README with new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3725ad..9bef627 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ And then apply it to the project you are working on: ```kotlin plugins { - id("io.kinference.primitives") version "2.0.0" apply true + id("io.kinference.primitives") version "2.0.0-1" apply true } ``` @@ -34,7 +34,7 @@ repositories { } dependencies { - api("io.kinference.primitives:primitives-annotations:2.0.0") + api("io.kinference.primitives:primitives-annotations:2.0.0-1") } ```