From 81f13ad9fab21593545721363b4b1f14039a5148 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:54:11 +0200 Subject: [PATCH] chore: Fix CHANGELOG.md --- CHANGELOG.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47464aa..5c7fc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## v4.1.0 - 2024-09-30 -## Features +### Features - Dexing with `DexJar` no longer requires Android studio installed, android platform and R8 are downloaded at runtime. - Allow the use of an explicit R8 and android platform version for `DexJar`. diff --git a/build.gradle.kts b/build.gradle.kts index 2a3195c..3017244 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.xpdustry" -version = "4.1.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" +version = "4.1.1" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" description = "Gradle plugin for building and testing mindustry mods/plugins." repositories {