Prepare v2.4 release

This commit is contained in:
Carlos
2022-04-23 12:29:32 +02:00
parent f0f263ebe0
commit 25ce2f6864
4 changed files with 12 additions and 12 deletions

View File

@ -279,7 +279,7 @@
<!-- Webpage footer -->
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">WebConsole v2.3 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
<span class="text-muted">WebConsole v2.4 - <a href="https://github.com/mesacarlos/WebConsole">GitHub</a></span>
</div>
</footer>
@ -289,15 +289,15 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Objects -->
<script src="scripts/object/Setting.js?v=2.2.0"></script>
<script src="scripts/object/WSServer.js?v=2.2.0"></script>
<script src="scripts/object/Setting.js?v=2.4.0"></script>
<script src="scripts/object/WSServer.js?v=2.4.0"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js?v=2.2.0"></script>
<script src="scripts/WebConsoleConnector.js?v=2.2.0"></script>
<script src="scripts/WebConsoleManager.js?v=2.2.0"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=2.2.0"></script>
<script src="scripts/WebConsole.js?v=2.2.0"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=2.2.0"></script>
<script src="scripts/WebConsoleLanguage.js?v=2.4.0"></script>
<script src="scripts/WebConsoleConnector.js?v=2.4.0"></script>
<script src="scripts/WebConsoleManager.js?v=2.4.0"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=2.4.0"></script>
<script src="scripts/WebConsole.js?v=2.4.0"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=2.4.0"></script>
</body>
</html>