From 828d7ab1410b11c7637da5479899719fef0be42d Mon Sep 17 00:00:00 2001 From: "a.artikov" Date: Tue, 9 May 2023 17:38:21 +0300 Subject: [PATCH] Up version --- publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.gradle b/publish.gradle index 1955cf12..4340a29b 100644 --- a/publish.gradle +++ b/publish.gradle @@ -9,7 +9,7 @@ apply plugin: 'signing' ext { PUBLISH_GROUP_ID = 'com.github.aartikov' - PUBLISH_VERSION = '1.0.0-alpha12' + PUBLISH_VERSION = '1.0.0-alpha13' DESCRIPTION = 'Android libary for organizing of network communication in a declarative way' GITHUB_USER = 'aartikov'