From 1211eea97b64c61e7d817d3b6cfc074b50d19426 Mon Sep 17 00:00:00 2001 From: Vadym Yaroshchuk Date: Sun, 11 Jun 2023 03:27:50 +0200 Subject: [PATCH] chore: bump lib version --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 35ff6b1..75238f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ grpc = "1.3.0" protobuf = "3.22.0" protobuf-plugin = "0.9.2" grpc-netty = "1.55.1" -library-version = "0.0.1-alpha" +library-version = "0.0.2-alpha" [libraries] kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }