Skip to content

Commit

Permalink
2.1.14: spanish translations, fix versioning system
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexModGuy committed Aug 15, 2024
1 parent 0d71add commit 35a72e9
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 @@ -45,7 +45,7 @@ repositories {
def build_snapshot = System.getenv("BUILD_SNAPSHOT") == "true"
def build_id = System.getenv("BUILD_ID")

version = '2.1.13-1.20.1'
version = '2.1.14-1.20.1'

if (build_snapshot) {
version += '-SNAPSHOT'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mc_version=1.20.1
forge_version=47.1.79
parchment_version=2023.09.03

mod_version=2.1.13
mod_version=2.1.14

jei_version=15.2.0.25
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 @@ -15,7 +15,7 @@ modId = "citadel" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
mandatory = true #mandatory
# The version range of the dependency
versionRange = "[2.4.1,2.5.99]" #mandatory
versionRange = "[2.4.1,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering = "AFTER"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
Expand Down

0 comments on commit 35a72e9

Please sign in to comment.