Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
132ikl committed Nov 18, 2020
1 parent 88aaf1e commit 6996b33
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/bukkit-1.7.10/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
}

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

Expand Down
2 changes: 1 addition & 1 deletion client/client-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
}

version = "2.0.0"
version = "2.0.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion client/forge-1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

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

Expand Down
2 changes: 1 addition & 1 deletion client/forge-1.16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: "maven-publish"
apply plugin: "com.github.johnrengelman.shadow"
apply plugin: "java"

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

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = "2.0.0"
version = "2.0.1"
repositories {
jcenter()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion core/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins{
id 'java'
}

version = "2.0.0"
version = "2.0.1"

dependencies {
// Use JUnit test framework
Expand Down
2 changes: 1 addition & 1 deletion core/message-library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'com.google.protobuf'

version = "2.0.0"
version = "2.0.1"

repositories {
maven { url "https://plugins.gradle.org/m2/" }
Expand Down
2 changes: 1 addition & 1 deletion core/network-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins{
id 'java'
}

version = "2.0.0"
version = "2.0.1"

dependencies {
// Use JUnit test framework
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'application'
}

version = "2.0.0"
version = "2.0.1"
mainClassName = 'club.moddedminecraft.polychat.core.server.PolychatServer'

repositories {
Expand Down

0 comments on commit 6996b33

Please sign in to comment.