From 096e44aa605b253a621615a0d29a8055211ad60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Irland?= Date: Sat, 12 Jun 2021 13:40:02 -0300 Subject: [PATCH] Update README version name (#63) --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b7ec6c..d0951ad 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ buildscript { google() } dependencies { - classpath "com.xmartlabs:snapshot-publisher:2.2.0" + classpath "com.xmartlabs:snapshot-publisher:2.3.0" } } ``` diff --git a/build.gradle.kts b/build.gradle.kts index a20ea69..f328fcb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } plugins { - id("com.gradle.plugin-publish") version "0.10.1" + id("com.gradle.plugin-publish") version "0.14.0" `kotlin-dsl` kotlin("jvm") version "1.4.32" groovy