Skip to content

Commit

Permalink
Version 1.12.2-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Jan 28, 2022
1 parent c646690 commit ac43787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
apply plugin: 'eclipse'

version = '1.12.2-1.0.1'
version = '1.12.2-1.0.2'
group = 'meldexun.reachfix'
archivesBaseName = 'ReachFix'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/meldexun/reachfix/ReachFix.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ReachFix() {
super(new ModMetadata());
ModMetadata meta = this.getMetadata();
meta.name = "Reach Fix";
meta.version = "1.0.1";
meta.version = "1.0.2";
meta.modId = MOD_ID;
meta.authorList = Arrays.asList("Meldexun");
meta.url = "https://github.com/Meldexun/ReachFix";
Expand Down

0 comments on commit ac43787

Please sign in to comment.