From ef7ebdc21948aa58dade73b7b6e5eb9534189863 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:42:35 +0200 Subject: [PATCH] Fix version as v2.5 already exists. --- plugin.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yml b/plugin.yml index 6f744ff..b53c97a 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,7 @@ name: WebConsole main: es.mesacarlos.webconsole.WebConsole api-version: 1.13 -version: 2.5 +version: 2.6 description: WebSocket-based web console author: Carlos Mesa commands: diff --git a/pom.xml b/pom.xml index 378e018..638c1b7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 WebConsole WebConsole - 2.5 + 2.6 src