Skip to content

Commit

Permalink
updated to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prunoideae committed Mar 22, 2022
1 parent f2e6c7e commit 39973bc
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 @@ -9,7 +9,7 @@ apply from: 'https://files.latmod.com/public/markdown-git-changelog.gradle'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

def ENV = System.getenv()
version = "${mod_version}-build.57"
version = "${mod_version}-build.60"
archivesBaseName = project.archives_base_name
group = project.maven_group

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=false
loom.platform=forge
mod_id=probejs
archives_base_name=probejs
mod_version=2.2.0
mod_version=2.3.0
maven_group=com.prunoideae
mod_author=Prunoideae
minecraft_version=1.18.1
Expand Down

0 comments on commit 39973bc

Please sign in to comment.