Skip to content

Commit

Permalink
Update version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyoncle committed Feb 23, 2025
1 parent d6e270a commit 11d8204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21.1+build.3
loader_version=0.16.10

# Mod Properties
mod_version=7.1.0-1.21.1
mod_version=8.0.0-1.21.1
maven_group=net.fyoncle
archives_base_name=elysium-days-tweaks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class Links {
}

public static class Core {
public static final String CURRENT_ED_VERSION = "7.1.0";
public static final String CURRENT_ED_VERSION = "8.0.0";
public static final String CURRENT_MINECRAFT_VERSION = MinecraftVersion.CURRENT.getName();
public static final String ELYSIUM_DAYS_WINDOW_TITLE = "Minecraft " + CURRENT_MINECRAFT_VERSION + " - Elysium Days";
public static class Paths {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "elysium-days-tweaks",
"version": "7.1.0",
"version": "8.0.0",
"name": "Elysium Days Tweaks",
"description": "This mod is for tweaking the Elysium Days modpack.",
"authors": [
Expand Down

0 comments on commit 11d8204

Please sign in to comment.