From 9096083e20070c70197de956fdb6c8045d18ed13 Mon Sep 17 00:00:00 2001 From: Articdive Date: Sun, 4 Feb 2024 16:14:35 +0000 Subject: [PATCH] Update from https://github.com/Articdive/ArticDataGenerator/commit/cb27856fa5b6acd6e0abca9b39233d3a96bad35c --- .github/README.md | 4 ++-- build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/README.md b/.github/README.md index 9e0b06f..9d9a8ae 100644 --- a/.github/README.md +++ b/.github/README.md @@ -57,7 +57,7 @@ Adding to a Maven Project: de.articdive articdata - 1.20-77b86bc4 + 1.20-cb27856f ``` @@ -69,7 +69,7 @@ repositories { mavenCentral() } dependencies { - implementation("de.articdive:articdata:1.20-77b86bc4") + implementation("de.articdive:articdata:1.20-cb27856f") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 497f1e7..8137a35 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { tasks { register("packageVersion") { archiveBaseName.set("articdata") - archiveVersion.set("1.20-77b86bc4") + archiveVersion.set("1.20-cb27856f") destinationDirectory.set(layout.buildDirectory.dir("dist")) from(project.rootProject.rootDir) @@ -20,7 +20,7 @@ publishing { create("maven") { groupId = "de.articdive" artifactId = "articdata" - version = "1.20-77b86bc4" + version = "1.20-cb27856f" pom { name.set("ArticData")