Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jan 3, 2024
1 parent b3c190b commit f733c10
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions plugin/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,19 @@
<dependency>
<groupId>com.github.SpigotMC.BungeeCord</groupId>
<artifactId>bungeecord-proxy</artifactId>
<version>master-231024ba42-1</version>
<version>b23a51825e</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.SpigotMC.BungeeCord</groupId>
<artifactId>bungeecord-protocol</artifactId>
<version>master-231024ba42-1</version>
<version>b23a51825e</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.SpigotMC.BungeeCord</groupId>
<artifactId>bungeecord-api</artifactId>
<version>master-231024ba42-1</version>
<version>b23a51825e</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.8.9",
"version_tag": "6.8.10",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.craftmend.openaudiomc.bungee.utils;

import com.craftmend.openaudiomc.generic.logging.OpenAudioLogger;
import lombok.SneakyThrows;
import net.md_5.bungee.ServerConnection;
import net.md_5.bungee.UserConnection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class CommandService extends Service {
@Inject
private Configuration configuration;

private Map<String, SubCommand> subCommands = new HashMap<>();
private final Map<String, SubCommand> subCommands = new HashMap<>();
@Getter private final List<String> aliases = new ArrayList<>();

public CommandService() {
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.8.9",
version = "6.8.10",
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.8.9
version: 6.8.10
main: com.craftmend.openaudiomc.bungee.OpenAudioMcBungee
author: Mindgamesnl
authors: [Mindgamesnl]
Expand Down
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.8.9
version: 6.8.10
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.8.9</oa.version>
<oa.version>6.8.10</oa.version>
</properties>

<url>https://openaudiomc.net/</url>
Expand Down

0 comments on commit f733c10

Please sign in to comment.