File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 `maven- publish`
1010}
1111
12- val baseVersion = " 0.0.13 "
12+ val baseVersion = " 0.0.14 "
1313val commitHash = System .getenv(" COMMIT_HASH" )
1414val timestamp = System .currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515val snapshotVersion = " ${baseVersion} -dev.${timestamp} -${commitHash} "
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ modrinth {
5353 " 1.21.5" ,
5454 " 1.21.6" ,
5555 " 1.21.7" ,
56+ " 1.21.8" ,
5657 )
5758 loaders.add(" bungeecord" )
5859 loaders.add(" waterfall" )
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ modrinth {
5656 " 1.21.5" ,
5757 " 1.21.6" ,
5858 " 1.21.7" ,
59+ " 1.21.8" ,
5960 )
6061 loaders.add(" spigot" )
6162 loaders.add(" paper" )
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ modrinth {
5656 " 1.21.5" ,
5757 " 1.21.6" ,
5858 " 1.21.7" ,
59+ " 1.21.8" ,
5960 )
6061 loaders.add(" velocity" )
6162 changelog.set(" https://docs.simplecloud.app/changelog" )
You can’t perform that action at this time.
0 commit comments