From d5fb6931eb49bef6a4b3633f3ffbe614dfa53f48 Mon Sep 17 00:00:00 2001 From: "eugene.nizienko" Date: Fri, 3 Jun 2022 12:49:12 +0200 Subject: [PATCH] 0.11.14 release --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ed08bf0..1153063f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ launch IDEA on remote machines or in docker containers to check your plugin with ### Setup -The last version of the Remote-Robot is `0.11.13`. +The last version of the Remote-Robot is `0.11.14`. In the test project: diff --git a/gradle.properties b/gradle.properties index c1fb5721..a31759ae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official rr_main_version=0.11 -rr_build=13 +rr_build=14 ktor_version=1.4.1