Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tox1cozZ committed Mar 4, 2023
1 parent 1d0e2da commit 044ee66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'forge'
apply plugin: 'maven-publish'
apply plugin: 'com.github.johnrengelman.shadow'

version = '1.2.0'
version = '1.2.1'
group = 'io.github.tox1cozz.mixinbooterlegacy'

sourceCompatibility = targetCompatibility = '1.8'
Expand Down
4 changes: 2 additions & 2 deletions gradle/configurations/v1.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ repositories {
}

dependencies {
implementation 'com.github.tox1cozZ:mixin-booter-legacy:1.2.0'
annotationProcessor 'com.github.tox1cozZ:mixin-booter-legacy:1.2.0:processor'
implementation 'com.github.tox1cozZ:mixin-booter-legacy:1.2.1'
annotationProcessor 'com.github.tox1cozZ:mixin-booter-legacy:1.2.1:processor'
}

tasks.register('mixin', MixinTask)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Container() {
ModMetadata meta = getMetadata();
meta.modId = "mixinbooterlegacy";
meta.name = "MixinBooterLegacy";
meta.version = "1.2.0";
meta.version = "1.2.1";
meta.description = "A Mixin library and loader.";
meta.logoFile = "/icon.png";
meta.authorList.addAll(Lists.newArrayList("Rongmario", "tox1cozZ"));
Expand Down

0 comments on commit 044ee66

Please sign in to comment.