Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 18, 2024
1 parent 4cf398f commit 5f1ff8d
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 7 deletions.
6 changes: 1 addition & 5 deletions buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ def getModrinthKey() {
}
def getChangelog() {
if (System.getenv().RELEASE) {
def path = "../resources/changelog/${project.minecraft_version}-${project.version}.txt";
if (new File(path).exists()) {
return file(path).readText();
}
return file("../resources/changelog/${project.minecraft_version}-${project.version}.txt").readText();
} else {
return "Changes since last release: ${project.github_url}/compare/${project.minecraft_version}-${project.mod_version}...${System.getenv().GITHUB_SHA}"
}
return "";
}
ext {
secrets = getSecrets();
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=1.1.5
mod_version=1.1.6
group=org.cyclops.flopper
java_version=21

Expand Down Expand Up @@ -42,4 +42,4 @@ org.gradle.daemon=false
org.gradle.caching=true

# Common dependencies
cyclopscore_version=1.19.11-559
cyclopscore_version=1.20.0-568
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions resources/changelog/1.21.1-1.1.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.20.0 or higher.

Changes:
* Refactor code to be compatible with NeoForge, Forge, and Fabric.

0 comments on commit 5f1ff8d

Please sign in to comment.