Skip to content

Commit

Permalink
Tagging 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Sep 24, 2023
1 parent 0882375 commit bc8716c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subprojects {
}

group = 'org.mini2Dx'
version = '5.0.0'
version = '5.0.1'

java {
sourceCompatibility = 1.7
Expand Down Expand Up @@ -121,7 +121,7 @@ project(":" + rootProject.name + "-core") {

project(":" + rootProject.name + "-gradle-plugin") {
apply plugin: 'groovy'

dependencies {
implementation project(":" + rootProject.name + "-core")
implementation gradleApi()
Expand Down

0 comments on commit bc8716c

Please sign in to comment.