Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed May 20, 2022
1 parent 65163a4 commit 2b075fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// TODO change this back to 'modImplementation'
modCompileOnly ("dev.emi:trinkets:${project.trinkets_version}") {
exclude group: 'net.fabricmc.fabric-api'
}
modImplementation ("dev.emi:trinkets:${project.trinkets_version}")

modCompileOnly 'me.lucko:fabric-permissions-api:0.1-SNAPSHOT'
}
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 @@ minecraft_version=1.18.2
yarn_mappings=1.18.2+build.3
loader_version=0.14.6
# Mod Properties
mod_version=0.2.6
mod_version=0.2.8
maven_group=com.glisco
archives_base_name=deathlog
# Dependencies
Expand Down

0 comments on commit 2b075fe

Please sign in to comment.