Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uTen2c committed Jan 2, 2024
1 parent df43d2d commit cf4b55a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id 'maven-publish'
}

group = "net.rainbootsmc"

sourceCompatibility = JavaLanguageVersion.of(java_version as int)
targetCompatibility = JavaLanguageVersion.of(java_version as int)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fabric_loader_version=0.14.19
mod_compatibility_version=17

# For snapshots, append -SNAPSHOT
mcef_version=2.1.4-1.20.1
mcef_version=2.1.5-1.20.1

mod_id=mcef
mod_name=MCEF (Minecraft Chromium Embedded Framework)
Expand Down

0 comments on commit cf4b55a

Please sign in to comment.