Skip to content

Commit 1a91b68

Browse files
committed
ver: Change to RELEASE
1 parent e86c61b commit 1a91b68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

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

66
// Set project version using a property, defaulting to 'unspecified' if not found
7-
version = '1.3.0-SNAPSHOT'
7+
version = '1.3.0-RELEASE'
88
group = 'io.github.mcengine'
99

1010
ext {

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 = '1.2.1-SNAPSHOT'
5+
version = '1.2.1-RELEASE'
66

77
dependencies {
88
// Self Api

mcengine-artificialintelligence-api/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 = '1.3.0-SNAPSHOT'
5+
version = '1.3.0-RELEASE'
66

77
dependencies {
88
// Database

server/spigotmc/engine/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 = '1.2.1-SNAPSHOT'
5+
version = '1.2.1-RELEASE'
66

77
dependencies {
88
compileOnly 'org.spigotmc:spigot-api:1.21.5-R0.1-SNAPSHOT'

0 commit comments

Comments
 (0)