Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Nov 22, 2024
1 parent 30e086c commit f84891b
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java openjdk-17
java openjdk-21
2 changes: 1 addition & 1 deletion api/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
</dependency>
</dependencies>
<properties>
<delombok.output>${project.build.directory}/delombok</delombok.output>
<java.version>1.8</java.version>
<delombok.output>${project.build.directory}/delombok</delombok.output>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sourcepath>src/main/java</sourcepath>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/mapdb-migrator/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.3</version>
<version>6.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/parties-module/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.3</version>
<version>6.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/skywars-module/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.3</version>
<version>6.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/vistas-client/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.3</version>
<version>6.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/voice-join-permission/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.craftmend.openaudiomc</groupId>
<artifactId>openaudiomc</artifactId>
<version>6.10.3</version>
<version>6.10.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plugin/protocol/static-resources/project_status.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"response": {
"versioning": {
"version_tag": "6.10.3",
"version_tag": "6.10.4",
"build_number": 700,
"version_importance": "&e&aHighly Recommended",
"version_update_message": "Migrated to a new platform, free CDN, settings, routing, and much more! Please read the changelog for more information and a guide on how to migrate."
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/bash/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1468"
BUILD_NUM="1471"
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public void onExecute(User sender, String[] args) {
if (alias != null) {
OpenAudioMc.getService(DatabaseService.class).getRepository(Alias.class).delete(alias);
message(sender, ChatColor.GREEN + "Success! the alias " + ChatColor.YELLOW + "a:" + sanitize(args[1]) + ChatColor.GRAY + " has been removed.");
// also remove it from the cache
OpenAudioMc.getService(AliasService.class).getAliasMap().remove(sanitize(args[1]));
} else {
message(sender, ChatColor.RED + "Error! the alias " + ChatColor.YELLOW + "a:" + sanitize(args[1]) + ChatColor.GRAY + " does not exist.");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@Plugin(
id = "openaudiomc",
name = "OpenAudioMc Bungee Plugin Port for Velocity",
version = "6.10.3",
version = "6.10.4",
authors = {"Mindgamesnl", "fluse1367"},
description = "OpenAudioMc: Proximity voice chat & audio plugin for Minecraft, no mods needed. Supports Bungeecord, Velocity, Spigot & more.",
url = "https://openaudiomc.net/"
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenAudioMc
version: 6.10.3
version: 6.10.4
main: com.craftmend.openaudiomc.bungee.OpenAudioMcBungee
author: Mindgamesnl
authors: [Mindgamesnl]
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1468"
BUILD_NUM="1471"
4 changes: 2 additions & 2 deletions plugin/src/main/resources/openaudiomc-build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_VERSION="1468"
BUILD_COMMIT="a3e0cf717c234d54b9f909d29976b4fa01fea99c"
BUILD_VERSION="1471"
BUILD_COMMIT="30e086cb7cec6a7d776d63f60e19b152ce7ab141"
BUILD_AUTHOR="Mats"
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OpenAudioMc
version: 6.10.3
version: 6.10.4
softdepend: [WorldGuard, Train_Carts, LiteBans, Essentials, PlaceholderAPI]
main: com.craftmend.openaudiomc.spigot.OpenAudioMcSpigot
api-version: 1.13
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>The OpenAudioMc Java plugin and Api</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oa.version>6.10.3</oa.version>
<oa.version>6.10.4</oa.version>

<!-- dev deps -->
<deps.lombok.version>1.18.30</deps.lombok.version>
Expand Down

0 comments on commit f84891b

Please sign in to comment.