Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noahc3 committed Dec 31, 2020
1 parent c1cccfa commit cec6dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.0.0'
version = '1.0.1'
group = 'com.noahc3.oretweaker' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'oretweaker'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static final class ModInfo {
public static final String ModName = "OreTweaker";
public static final String VersionMajor = "1";
public static final String VersionMinor = "0";
public static final String VersionPatch = "0";
public static final String VersionPatch = "1";
public static final String BuildVersion = VersionMajor + "." + VersionMinor + "." + VersionPatch;
public static final String MinecraftVersion = "1.16.4";
}
Expand Down

0 comments on commit cec6dc3

Please sign in to comment.