Skip to content

Commit

Permalink
versioning revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexModGuy committed Aug 15, 2024
1 parent 35a72e9 commit d3a6fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.14-1.20.1'
version = '2.1.13-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.14
mod_version=2.1.13

jei_version=15.2.0.25

0 comments on commit d3a6fda

Please sign in to comment.