diff --git a/client/README_AFTER_UPGRADE.txt b/client/README_AFTER_UPGRADE.txt deleted file mode 100644 index ec447d0..0000000 --- a/client/README_AFTER_UPGRADE.txt +++ /dev/null @@ -1,3 +0,0 @@ -If you are having issues with client not connecting and throwing random errors after a upgrade, -please force client reload on your browser by pressing Ctrl+F5 to reload the whole page. -This issue happens sometimes due to browsers caching JavaScript code. \ No newline at end of file diff --git a/client/index.html b/client/index.html index b57af6f..d84c5e0 100644 --- a/client/index.html +++ b/client/index.html @@ -264,7 +264,7 @@ @@ -274,15 +274,15 @@ - - + + - - - - - - + + + + + + diff --git a/plugin.yml b/plugin.yml index 78cb045..342b386 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,8 +1,8 @@ name: WebConsole main: es.mesacarlos.webconsole.WebConsole api-version: 1.13 -version: 2.0 -description: WebSockets-based web console +version: 2.1 +description: WebSocket-based web console author: Carlos Mesa commands: WebConsole: diff --git a/pom.xml b/pom.xml index e1290ab..5edc9ca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 WebConsole WebConsole - 2.0 + 2.1 src