Set version to v2.5

This commit is contained in:
Carlos 2024-07-21 12:16:45 +02:00
parent b7b8608e06
commit f7b0ab9033
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.4
version: 2.5
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.4</version>
<version>2.5</version>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>