Skip to content

Commit

Permalink
Update icon image and changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
tox1cozZ committed Aug 9, 2022
1 parent f3706d1 commit 6091fe5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ MixinBooter 1.12.2 - https://github.com/LoliKingdom/MixinBooter
## For Developers:

```
apply from: 'https://raw.githubusercontent.com/tox1cozZ/mixin-booter-legacy/master/gradle/configurations/v5.gradle'
apply from: 'https://raw.githubusercontent.com/tox1cozZ/mixin-booter-legacy/master/gradle/configurations/v1.gradle'
mixin {
// Set custom refmap name. By default using project name
// mixinRefMapName = 'mixin.custom.refmap.json'
}
```
```
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 = '5.0.0'
version = '1.0.1'
group = 'io.github.tox1cozz.mixinbooterlegacy'

sourceCompatibility = targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories {
}

dependencies {
implementation 'com.github.tox1cozZ:mixin-booter-legacy:5.0.0'
implementation 'com.github.tox1cozZ:mixin-booter-legacy:1.0.1'
annotationProcessor 'org.spongepowered:mixin:0.8.2:processor'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Container() {
ModMetadata meta = getMetadata();
meta.modId = "mixinbooterlegacy";
meta.name = "MixinBooterLegacy";
meta.version = "5.0.0";
meta.version = "1.0.1";
meta.description = "A Mixin library and loader.";
meta.logoFile = "/icon.png";
meta.authorList.addAll(Lists.newArrayList("Rongmario", "tox1cozZ"));
Expand Down
Binary file modified src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6091fe5

Please sign in to comment.