Skip to content

Commit

Permalink
chore(gradle): bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Dec 3, 2021
1 parent efa5389 commit b8dbd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'org.spongepowered.mixin'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'

version = '0.3.0'
version = '0.4.0'

repositories {
maven { url 'https://jitpack.io' }
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/envyful/mixins/MixinsCoreMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void loadCoremodList() {
}

private void initializeMixins() {
log("PixelmonFixes", "Enabling PixelmonFixes version 0.4.0");
loadedCoremods.add(new Tuple<>("internal", "mixins.minecraft.json"));

log("Mixins", "Loading Sponge mixins");
Expand Down

0 comments on commit b8dbd05

Please sign in to comment.