Fix version as v2.5 already exists.

This commit is contained in:
Carlos 2024-07-21 12:42:35 +02:00
parent f7b0ab9033
commit ef7ebdc219
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>WebConsole</groupId>
<artifactId>WebConsole</artifactId>
<version>2.5</version>
<version>2.6</version>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>