This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
patchwork-events-lifecycle
patchwork-events-rendering
patchwork-extensions-block
patchwork-extensions-item
patchwork-networking-messages Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212def ENV = System . getenv()
1313
1414class Globals {
15- static def baseVersion = " 0.8 .0"
15+ static def baseVersion = " 0.9 .0"
1616 static def mcVersion = " 1.14.4"
1717 static def yarnVersion = " +build.16"
1818}
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-capabilities"
2- version = getSubprojectVersion(project, " 0.3 .0" )
2+ version = getSubprojectVersion(project, " 0.4 .0" )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-dispatcher"
2- version = getSubprojectVersion(project, " 0.4.0 " )
2+ version = getSubprojectVersion(project, " 0.4.1 " )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-events-entity"
2- version = getSubprojectVersion(project, " 0.5 .0" )
2+ version = getSubprojectVersion(project, " 0.6 .0" )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-events-lifecycle"
2- version = getSubprojectVersion(project, " 0.3.0 " )
2+ version = getSubprojectVersion(project, " 0.3.1 " )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-client-colors"
2- version = getSubprojectVersion(project, " 0.3.0 " )
2+ version = getSubprojectVersion(project, " 0.3.1 " )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-events-world"
2- version = getSubprojectVersion(project, " 0.3 .0" )
2+ version = getSubprojectVersion(project, " 0.4 .0" )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-extensions-block"
2- version = getSubprojectVersion(project, " 0.3 .0" )
2+ version = getSubprojectVersion(project, " 0.4 .0" )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-extensions-item"
2- version = getSubprojectVersion(project, " 0.3 .0" )
2+ version = getSubprojectVersion(project, " 0.4 .0" )
33
44dependencies {
55 implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 11archivesBaseName = " patchwork-fml"
2- version = getSubprojectVersion(project, " 0.3 .0" )
2+ version = getSubprojectVersion(project, " 0.4 .0" )
33
44dependencies {
55 implementation ' com.electronwill.night-config:toml:3.6.2'
You can’t perform that action at this time.
0 commit comments