Skip to content

Commit

Permalink
Bump version and dependency to 10.2.0 & 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 18, 2021
1 parent 31574d3 commit 7b90d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '10.1.0'
version = '10.2.0'
group = 'hats'
archivesBaseName = 'Hats-1.16.5'

Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.16.5-36.0.55'
implementation fg.deobf("ichunutil:iChunUtil:10.2.0")
implementation fg.deobf("ichunutil:iChunUtil:10.3.0")

// You may put jars on which you depend on in ./libs or you may define them like so..
// compile "some.group:artifact:version:classifier"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ issueTrackerURL="https://github.com/iChun/Hats/issues"
[[dependencies.hats]]
modId="ichunutil"
mandatory=true
versionRange="[10.2.0,11)"
versionRange="[10.3.0,11)"
ordering="NONE"
side="BOTH"

0 comments on commit 7b90d02

Please sign in to comment.