Skip to content

Commit d327050

Browse files
committed
bump version
1 parent 390b8ee commit d327050

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'org.comroid.mcsd'
8-
version = '0.1.1'
8+
version = '0.2.0'
99
sourceCompatibility = '17'
1010
targetCompatibility = '17'
1111
mainClassName = 'org.comroid.mcsd.agent.Program'

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
}
2525

2626
group = 'org.comroid.mcsd'
27-
version = "0.1.${getCommitTimestampMinutes()}"
27+
version = "0.2.${getCommitTimestampMinutes()}"
2828
sourceCompatibility = '17'
2929
targetCompatibility = '17'
3030

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = 'org.comroid.mcsd'
3-
version = '0.1.1'
3+
version = '0.2.0'
44
}
55

66
subprojects {

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
}
2727

2828
group = 'org.comroid.mcsd'
29-
version = "0.1.${getCommitTimestampMinutes()}"
29+
version = "0.2.${getCommitTimestampMinutes()}"
3030
sourceCompatibility = '17'
3131
targetCompatibility = '17'
3232

hub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'org.comroid.mcsd'
9-
version = '0.1.1'
9+
version = '0.2.0'
1010
sourceCompatibility = '17'
1111
targetCompatibility = '17'
1212
mainClassName = 'org.comroid.mcsd.hub.Program'

spigot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'org.comroid.mcsd'
8-
version = '0.1.1'
8+
version = '0.2.0'
99

1010
sourceSets {
1111
main.java.srcDirs = files(parent.projectDir.toString() + "/src/spigot/main/java")

0 commit comments

Comments
 (0)