Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Jan 25, 2024
1 parent c042045 commit d054fc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"


modImplementation include("eu.pb4:sgui:1.3.0+1.20.2")
modImplementation include("eu.pb4:sgui:1.4.1+1.20.4")
modImplementation include("eu.pb4:placeholder-api:2.3.0+1.20.3")
modImplementation include('xyz.nucleoid:server-translations-api:2.2.0+1.20.3-rc1')
modImplementation include('eu.pb4:polymer-core:0.7.0+1.20.3-rc1')
modImplementation include('eu.pb4:polymer-resource-pack:0.7.0+1.20.3-rc1')
modImplementation include('eu.pb4:polymer-virtual-entity:0.7.0+1.20.3-rc1')
modImplementation include('eu.pb4:polymer-core:0.7.5+1.20.4')
modImplementation include('eu.pb4:polymer-resource-pack:0.7.5+1.20.4')
modImplementation include('eu.pb4:polymer-virtual-entity:0.7.5+1.20.4')
modImplementation include('eu.pb4:predicate-api:0.3.0+1.20.2')
modImplementation include("eu.pb4:common-protection-api:1.0.0")

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.3-rc1
yarn_mappings=1.20.3-rc1+build.1
loader_version=0.15.0
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.3

fabric_version=0.91.1+1.20.3
fabric_version=0.91.1+1.20.4


# Mod Properties
mod_version = 3.2.0+1.20.3
mod_version = 3.2.1+1.20.3
maven_group = eu.pb4
archives_base_name = graves

Expand Down

0 comments on commit d054fc8

Please sign in to comment.