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 {