From ba8af576c1583d786b96b341ced969ba6cb31751 Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Thu, 11 Apr 2024 12:08:19 +0400 Subject: [PATCH] description added to gradle.properties --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 219dde1..6750753 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2 hand (5.0.1) +# th2 hand (5.0.2) th2-hand is used to interpret and transmit commands from th2-act to Selenium or Windows Application Driver and vice versa. All incoming and outgoing data is stored in Cradle as messages. @@ -100,7 +100,7 @@ Example of `rabbitMQ.json`: ## Release Notes -### 5.0.1 +### 5.0.2 + Added th2 transport support diff --git a/gradle.properties b/gradle.properties index 7d1bad9..d97024a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -release_version = 5.0.1 +release_version = 5.0.2 +description='th2 hand library' docker_image_name = th2-hand - vcs_url=https://github.com/th2-net/th2-hand \ No newline at end of file