From 049fffda1e20896e69e163723ebebfd12fbf15f4 Mon Sep 17 00:00:00 2001 From: BJ Hargrave Date: Tue, 27 Jun 2023 18:02:56 -0400 Subject: [PATCH] build: Start 1.2.0 stream Signed-off-by: BJ Hargrave --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71dc8d0..f50224a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The simplest way to use the plugin is to apply to your project. ```groovy plugins { - id "dev.hargrave.addmavendescriptor" version "1.0.0" + id "dev.hargrave.addmavendescriptor" version "1.1.0" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 98482a4..32aec61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ interface Injected { } group = "dev.hargrave" -version = "1.1.0-SNAPSHOT" +version = "1.2.0-SNAPSHOT" java { sourceCompatibility = JavaVersion.VERSION_1_8