This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree 29 files changed +29
-29
lines changed
patchwork-data-generators
patchwork-events-lifecycle
patchwork-events-rendering
patchwork-extensions-block
patchwork-extensions-item
patchwork-extensions-shearing
patchwork-level-generators
patchwork-networking-messages
patchwork-vanilla-patches
29 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
def ENV = System . getenv()
13
13
14
14
class Globals {
15
- static def baseVersion = " 0.7 .0"
15
+ static def baseVersion = " 0.8 .0"
16
16
static def mcVersion = " 1.14.4"
17
17
static def yarnVersion = " +build.16"
18
18
}
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-biomes"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-capabilities"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-data-generators"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-dispatcher"
2
- version = getSubprojectVersion(project, " 0.3 .0" )
2
+ version = getSubprojectVersion(project, " 0.4 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-enum-hacks"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-events-entity"
2
- version = getSubprojectVersion(project, " 0.4 .0" )
2
+ version = getSubprojectVersion(project, " 0.5 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-events-input"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-events-lifecycle"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-client-colors"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-events-world"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-extensions-block"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-extensions-item"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-extensions-shearing"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-extensions"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-fml"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation ' com.electronwill.night-config:toml:3.6.2'
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-god-classes"
2
- version = getSubprojectVersion(project, " 0.1 .0" )
2
+ version = getSubprojectVersion(project, " 0.2 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-gui"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-key-bindings"
2
- version = getSubprojectVersion(project, " 0.1 .0" )
2
+ version = getSubprojectVersion(project, " 0.2 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-level-generators"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-loot"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-model-loader"
2
- version = getSubprojectVersion(project, " 0.1 .0" )
2
+ version = getSubprojectVersion(project, " 0.2 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-networking-messages"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-networking"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-recipes"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-registries"
2
- version = getSubprojectVersion(project, " 0.3 .0" )
2
+ version = getSubprojectVersion(project, " 0.4 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-resource"
2
- version = getSubprojectVersion(project, " 0.1 .0" )
2
+ version = getSubprojectVersion(project, " 0.2 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-tooltype"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
Original file line number Diff line number Diff line change 1
1
archivesBaseName = " patchwork-vanilla-patches"
2
- version = getSubprojectVersion(project, " 0.2 .0" )
2
+ version = getSubprojectVersion(project, " 0.3 .0" )
3
3
4
4
dependencies {
5
5
implementation project(path : ' :patchwork-api-base' , configuration : ' dev' )
You can’t perform that action at this time.
0 commit comments