Skip to content

Commit

Permalink
build: version -> 2004.2.0, updated all deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Mar 11, 2024
1 parent fd2ad29 commit f6a5c97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false
}

architectury {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ org.gradle.daemon=false
mod_id=ftbranks
archives_base_name=ftb-ranks
maven_group=dev.ftb.mods
mod_version=2004.1.1
mod_version=2004.2.0
mod_author=FTB Team

minecraft_version=1.20.4

# Deps
forge_version=49.0.3
neoforge_version=20.4.46-beta
forge_version=49.0.31
neoforge_version=20.4.196
neoforge_loader_version=1
fabric_loader_version=0.15.1
fabric_api_version=0.91.2+1.20.4
architectury_version=11.0.9
fabric_loader_version=0.15.7
fabric_api_version=0.96.4+1.20.4
architectury_version=11.1.13

ftb_library_version=2004.1.3-SNAPSHOT
ftb_library_version=2004.2.0-SNAPSHOT

curseforge_id_forge=314905
curseforge_id_fabric=472659
Expand Down

0 comments on commit f6a5c97

Please sign in to comment.