Skip to content

Commit

Permalink
chore: Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Sep 30, 2024
1 parent b81511a commit 81f13ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81f13ad

Please sign in to comment.