Skip to content

Commit

Permalink
Build 2.28.0 coming right up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 1, 2023
1 parent 3856730 commit be154f4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ curseforge {
changelogType = 'html'
changelog = file('docs/changelog.html')

addGameVersion '1.19.3'
addGameVersion '1.19.4'
addGameVersion 'Forge'
addGameVersion 'Java 17'

Expand All @@ -126,7 +126,7 @@ modrinth {
versionType = "release"
changelog = "See on CurseForge: https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files"
uploadFile = jar
gameVersions = ["1.19.3"]
gameVersions = ["1.19.4"]
loaders = ['forge']
dependencies {
// The scope can be `required`, `optional`, or `incompatible`
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Enigmatic Legacy [![](http://cf.way2muchnoise.eu/versions/enigmatic-legacy.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy) [![](http://cf.way2muchnoise.eu/full_enigmatic-legacy_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files)

**Current Version:** 2.26.5
**Current Version:** 2.28.0

**Minecraft Version:** 1.19.2
**Minecraft Version:** 1.19.4

**Forge Version:** 43.1.0 or later.

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<h3><b>The Changelog:</b></h3><br/>

<h5><b>[Release 2.28.0]:</b></h5>
<p>
&nbsp;- First and last 1.19.4 port;<br/>
&nbsp;- Implemented /getringtime and /setringtime commands, which allow to view and update player's accounted time spent bearing the Seven Curses.<br/>
<p/><br/><br/>


<h5><b>[Release 2.27.0]:</b></h5>
<p>
&nbsp;- First and last 1.19.3 port;<br/>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
the_acknowledgment_edition=20

# Mod
mod_version=2.27.0
mod_version=2.28.0
mod_group=com.aizistral.enigmaticlegacy
mod_id=enigmaticlegacy
mod_name=Enigmatic Legacy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
@Mod(EnigmaticLegacy.MODID)
public class EnigmaticLegacy {
public static final String MODID = "enigmaticlegacy";
public static final String VERSION = "2.26.5";
public static final String VERSION = "2.28.0";
public static final String RELEASE_TYPE = "Release";
public static final String NAME = "Enigmatic Legacy";

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.26.5 Release
2.28.0 Release

0 comments on commit be154f4

Please sign in to comment.