Skip to content

Commit

Permalink
Release Version Change
Browse files Browse the repository at this point in the history
  • Loading branch information
SaishoVibes committed Aug 28, 2022
1 parent fbc1f0f commit ccd82b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'

version = '0.8.1-pre.2'
version = '0.8.1-release'

group = 'com.saisho.backinclassic'
archivesBaseName = 'backinclassic'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/backinclassic/BackInClassicMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class BackInClassicMod {
() -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals);
public static final String MODID = "back_in_classic";
public static final String NAME = "Back in Classic";
public static final String VERSION = "0.8.1-pre.2";
public static final String VERSION = "0.8.1-release";
public BackInClassicModElements elements;
public BackInClassicMod() {
elements = new BackInClassicModElements();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="Academic Free License v3.0"

[[mods]]
modId="back_in_classic"
version="0.8.1-pre.2"
version="0.8.1-release"

displayName="Back In Classic"
credits="https://www.curseforge.com/members/saishogaming/"
Expand Down

0 comments on commit ccd82b3

Please sign in to comment.