Skip to content

Commit

Permalink
updated version to 2.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqatri committed Apr 9, 2024
1 parent 324fa32 commit 2442e89
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildDependencies.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object BuildDependencies {
const val CLOUD_VERSION = "2.2.1-SNAPSHOT"
const val CLOUD_VERSION = "2.3.0-SNAPSHOT"
const val CLOUD_LIBLOADER_VERSION = "1.6.7"
const val CLOUD_LIBLOADER_BOOTSTRAP = "dev.redicloud.libloader:libloader-bootstrap:1.6.7"

Expand Down
2 changes: 1 addition & 1 deletion connectors/bukkit-connector/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: redicloud-connector
version: 2.2.0-RELEASE
version: 2.3.0-SNAPSHOT
main: dev.redicloud.connector.bukkit.bootstrap.BukkitConnectorBootstrap
author: RediCloud
description: RediCloud Connector Bukkit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: redicloud-connector
version: 2.2.0-RELEASE
version: 2.3.0-SNAPSHOT
url: https://redicloud.dev
author: RediCloud
main: dev.redicloud.connector.bungeecord.bootstrap.BungeeCordConnectorBootstrap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"entrypoint": "dev.redicloud.connector.minestom.bootstrap.MinestomConnectorBootstrap",
"name": "redicloud_connector",
"version": "2.2.0-RELEASE",
"version": "2.3.0-SNAPSHOT",
"dependencies": [],
"externalDependencies": {
"repositories": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import kotlin.system.exitProcess
@Plugin(
id = "redicloud-connector",
name = "redicloud-connector-velocity",
version = "2.2.0-RELEASE",
version = "2.3.0-SNAPSHOT",
url = "https://redicloud.dev",
authors = ["RediCloud"]
)
Expand Down
2 changes: 1 addition & 1 deletion deploy.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.util.jar.JarEntry
import java.util.jar.JarFile
import java.util.jar.JarOutputStream

val version = "2.2.1-SNAPSHOT"
val version = "2.3.0-SNAPSHOT"
val build = System.getenv("build_number") ?: "local"
val git = System.getenv("build_vcs_number") ?: "unknown"
val branch = System.getenv("branch")?.replace("refs/heads/", "") ?: "local"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-module/src/main/resources/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-module",
"id": "example-module",
"version": "2.2.0-RELEASE",
"version": "2.3.0-SNAPSHOT",
"description": "An example module for redicloud",
"website": "https://redocloud.dev/",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion modules/papermc-updater/src/main/resources/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "papermc-updater",
"name": "PaperMC Updater",
"description": "A simple module to automatically update software (Velocity, Paper, Folia, Waterfall) to the latest version.",
"version": "2.2.0-RELEASE",
"version": "2.3.0-SNAPSHOT",
"website": "https://docs.redicloud.dev/modules/papermc-updater",
"authors": [
"Suqatri"
Expand Down

0 comments on commit 2442e89

Please sign in to comment.