Skip to content

Commit 82b8230

Browse files
committed
updated version to release
1 parent a675e0d commit 82b8230

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

buildSrc/src/main/kotlin/BuildDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildDependencies {
2-
const val CLOUD_VERSION = "2.3.5-SNAPSHOT"
2+
const val CLOUD_VERSION = "2.3.5-RELEASE"
33
const val CLOUD_LIBLOADER_VERSION = "1.7.0"
44
const val CLOUD_LIBLOADER_BOOTSTRAP = "dev.redicloud.libloader:libloader-bootstrap:1.7.0"
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: redicloud-connector
2-
version: 2.3.5-SNAPSHOT
2+
version: 2.3.5-RELEASE
33
main: dev.redicloud.connector.bukkit.bootstrap.BukkitConnectorBootstrap
44
author: RediCloud
55
description: RediCloud Connector Bukkit
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: redicloud-connector
2-
version: 2.3.5-SNAPSHOT
2+
version: 2.3.5-RELEASE
33
url: https://redicloud.dev
44
author: RediCloud
55
main: dev.redicloud.connector.bungeecord.bootstrap.BungeeCordConnectorBootstrap

connectors/minestom-connector/src/main/resources/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entrypoint": "dev.redicloud.connector.minestom.bootstrap.MinestomConnectorBootstrap",
33
"name": "redicloud_connector",
4-
"version": "2.3.5-SNAPSHOT",
4+
"version": "2.3.5-RELEASE",
55
"dependencies": [],
66
"externalDependencies": {
77
"repositories": [],

connectors/velocity-connector/src/main/kotlin/dev/redicloud/connector/velocity/bootstrap/VelocityConnectorBootstrap.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import kotlin.system.exitProcess
1919
@Plugin(
2020
id = "redicloud-connector",
2121
name = "redicloud-connector-velocity",
22-
version = "2.3.5-SNAPSHOT",
22+
version = "2.3.5-RELEASE",
2323
url = "https://redicloud.dev",
2424
authors = ["RediCloud"]
2525
)

deploy.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.util.jar.JarEntry
88
import java.util.jar.JarFile
99
import java.util.jar.JarOutputStream
1010

11-
val version = "2.3.5-SNAPSHOT"
11+
val version = "2.3.5-RELEASE"
1212
val build = System.getenv("build_number") ?: "local"
1313
val git = System.getenv("build_vcs_number") ?: "unknown"
1414
val branch = System.getenv("branch")?.replace("refs/heads/", "") ?: "local"

examples/example-module/src/main/resources/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-module",
33
"id": "example-module",
4-
"version": "2.3.5-SNAPSHOT",
4+
"version": "2.3.5-RELEASE",
55
"description": "An example module for redicloud",
66
"website": "https://redocloud.dev/",
77
"authors": [

modules/papermc-updater/src/main/resources/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "papermc-updater",
33
"name": "PaperMC Updater",
44
"description": "A simple module to automatically update software (Velocity, Paper, Folia, Waterfall) to the latest version.",
5-
"version": "2.3.5-SNAPSHOT",
5+
"version": "2.3.5-RELEASE",
66
"website": "https://docs.redicloud.dev/modules/papermc-updater",
77
"authors": [
88
"Suqatri"

0 commit comments

Comments
 (0)