Skip to content

Commit 6996b33

Browse files
committed
Bump to v2.0.1
1 parent 88aaf1e commit 6996b33

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

client/bukkit-1.7.10/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
}
44

5-
version "2.0.0"
5+
version "2.0.1"
66
group = 'club.moddedminecraft.polychat.bukkit1710' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
77
archivesBaseName = 'polychat-bukkit1710'
88

client/client-base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
}
44

5-
version = "2.0.0"
5+
version = "2.0.1"
66

77
repositories {
88
mavenCentral()

client/forge-1.12.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
1414
apply plugin: 'eclipse'
1515
apply plugin: 'maven-publish'
1616

17-
version = "2.0.0"
17+
version = "2.0.1"
1818
group = 'club.moddedminecraft.polychat.forge1122' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1919
archivesBaseName = 'polychat-forge1122'
2020

client/forge-1.16/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: "maven-publish"
1515
apply plugin: "com.github.johnrengelman.shadow"
1616
apply plugin: "java"
1717

18-
version = "2.0.0"
18+
version = "2.0.1"
1919
group = "club.moddedminecraft.polychat.forge116" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2020
archivesBaseName = "polychat-forge116"
2121

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
2-
version = "2.0.0"
2+
version = "2.0.1"
33
repositories {
44
jcenter()
55
mavenCentral()

core/common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins{
22
id 'java'
33
}
44

5-
version = "2.0.0"
5+
version = "2.0.1"
66

77
dependencies {
88
// Use JUnit test framework

core/message-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'com.google.protobuf'
33

4-
version = "2.0.0"
4+
version = "2.0.1"
55

66
repositories {
77
maven { url "https://plugins.gradle.org/m2/" }

core/network-library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins{
22
id 'java'
33
}
44

5-
version = "2.0.0"
5+
version = "2.0.1"
66

77
dependencies {
88
// Use JUnit test framework

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'application'
44
}
55

6-
version = "2.0.0"
6+
version = "2.0.1"
77
mainClassName = 'club.moddedminecraft.polychat.core.server.PolychatServer'
88

99
repositories {

0 commit comments

Comments
 (0)