chore: bump version

This commit is contained in:
Timo Ley 2023-02-28 19:39:39 +01:00
parent 016f867a5c
commit 7e1f11e238
3 changed files with 6 additions and 3 deletions

View File

@ -23,13 +23,16 @@ apply plugin: 'maven-publish'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
version = "2.0pr9-dirty"
version = "2.0pr10-dirty"
group= "com.eloraam.redpower"
archivesBaseName = "redpower"
minecraft {
version = "1.7.10-10.13.4.1614-1.7.10"
runDir = "run"
replaceIn "com/eloraam/redpower/RedPowerBase.java"
replace "{VERSION}", project.version
}
repositories {

View File

@ -73,7 +73,7 @@ import net.minecraftforge.oredict.OreDictionary;
dependencies = "required-after:RedPowerCore"
)
public class RedPowerBase implements IGuiHandler {
public static final String VERSION = "2.0pr8";
public static final String VERSION = "{VERSION}";
@Instance("RedPowerBase")
public static RedPowerBase instance;
public static BlockAppliance blockAppliance;

View File

@ -3,7 +3,7 @@
"modid": "RedPowerCore",
"name": "RedPower",
"description": "Power your world, comrade!",
"version": "2.0 Prerelease 7",
"version": "2.0 Prerelease 10",
"credits": "Made by Eloraam. Ported by Radviger.",
"logoFile": "assets/rpbase/rpbanner.png",