Skip to content

Commit 0c332de

Browse files
committed
Version 1.4.0
1 parent 05b8485 commit 0c332de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

API/build.gradle

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

66
group = 'net.voxelarc.allaychat'
7-
version = '1.2.0'
7+
version = '1.4.0'
88

99
repositories {
1010
mavenCentral()

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ plugins {
44
}
55

66
group = 'net.voxelarc'
7-
version = '1.3.0'
7+
version = '1.4.0'
88

99
allprojects {
1010
apply plugin: 'java'
1111
apply plugin: 'com.gradleup.shadow'
1212

1313
group = 'net.voxelarc'
14-
version = '1.3.0'
14+
version = '1.4.0'
1515

1616
repositories {
1717
mavenLocal()

0 commit comments

Comments
 (0)