From 18cd0df801cde896675b0a4b6fdf082e3eef33f7 Mon Sep 17 00:00:00 2001 From: "Sergey.Shanshin" Date: Fri, 2 Aug 2024 15:29:38 +0200 Subject: [PATCH] Release 0.16.3 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be41e54a..d68a1c46 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil - in `build.gradle.kts` ```kotlin plugins { - id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.2" + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3" } ``` @@ -45,7 +45,7 @@ plugins { ```groovy plugins { - id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.2' + id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.3' } ``` diff --git a/gradle.properties b/gradle.properties index 0effb50f..f26b3a9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=0.16.3-SNAPSHOT +version=0.16.4-SNAPSHOT kotlin.stdlib.default.dependency=false