We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b8485 commit 0c332deCopy full SHA for 0c332de
API/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'net.voxelarc.allaychat'
7
-version = '1.2.0'
+version = '1.4.0'
8
9
repositories {
10
mavenCentral()
build.gradle
@@ -4,14 +4,14 @@ plugins {
group = 'net.voxelarc'
-version = '1.3.0'
allprojects {
apply plugin: 'java'
11
apply plugin: 'com.gradleup.shadow'
12
13
14
- version = '1.3.0'
+ version = '1.4.0'
15
16
17
mavenLocal()
0 commit comments