Skip to content

Commit

Permalink
Fix version as v2.5 already exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
mesacarlos committed Jul 21, 2024
1 parent f7b0ab9 commit ef7ebdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ef7ebdc

Please sign in to comment.