From 15fe830a9e75e1340a42b93c7854458ece1446bc Mon Sep 17 00:00:00 2001 From: Filipp Zhinkin Date: Mon, 29 Jan 2024 16:14:19 +0100 Subject: [PATCH] Version 0.14.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9da72bf2..22c1ff99 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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.13.2" + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" } ``` @@ -36,7 +36,7 @@ plugins { ```groovy plugins { - id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.2' + id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.14.0' } ``` diff --git a/gradle.properties b/gradle.properties index b0a87164..441f00ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=0.13.2-SNAPSHOT +version=0.14.0-SNAPSHOT kotlin.stdlib.default.dependency=false