Skip to content

Commit ea35721

Browse files
committed
bump versions
1 parent 849e31b commit ea35721

4 files changed

Lines changed: 4 additions & 4 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.0-SNAPSHOT'
8+
version = '0.1.1'
99
sourceCompatibility = '17'
1010
targetCompatibility = '17'
1111
mainClassName = 'org.comroid.mcsd.agent.Program'

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.0-SNAPSHOT'
3+
version = '0.1.1'
44
}
55

66
subprojects {

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.0-SNAPSHOT'
9+
version = '0.1.1'
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.0-SNAPSHOT'
8+
version = '0.1.1'
99

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

0 commit comments

Comments
 (0)