v2.1 -> v2.2

This commit is contained in:
awesomemoder316 2021-08-17 19:33:42 -07:00
parent e846ad6441
commit 0cb3156186
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.1
version: 2.2
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.1</version>
<version>2.2</version>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>