Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 31, 2021
1 parent ede6dcf commit c16be54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
def ENV = System.getenv()

class Globals {
static def baseVersion = "0.40.6"
static def baseVersion = "0.41.3"
static def mcVersion = "1.16.5"
static def yarnVersion = "+build.1"
static def loaderVersion = "0.10.5+build.213"
Expand Down
2 changes: 1 addition & 1 deletion fabric-biome-api-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
archivesBaseName = "fabric-biome-api-v1"
version = getSubprojectVersion(project, "3.1.11")
version = getSubprojectVersion(project, "3.1.12")

loom {
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
Expand Down
2 changes: 1 addition & 1 deletion fabric-dimensions-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
archivesBaseName = "fabric-dimensions-v1"
version = getSubprojectVersion(project, "2.0.6")
version = getSubprojectVersion(project, "2.0.7")

dependencies {
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
Expand Down
2 changes: 1 addition & 1 deletion fabric-transfer-api-v1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
archivesBaseName = "fabric-transfer-api-v1"
version = getSubprojectVersion(project, "1.4.0")
version = getSubprojectVersion(project, "1.4.1")

moduleDependencies(project, [
'fabric-api-base',
Expand Down

0 comments on commit c16be54

Please sign in to comment.