From be27d314ebd6cf009a72aec9450bcd49c8c4bc89 Mon Sep 17 00:00:00 2001
From: paf <paf@titelfrei.de>
Date: Wed, 30 Jun 2021 13:06:26 +0200
Subject: [PATCH] Correct Version number

---
 verona-simple-player-1.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/verona-simple-player-1.html b/verona-simple-player-1.html
index 02b65e6..b47e719 100755
--- a/verona-simple-player-1.html
+++ b/verona-simple-player-1.html
@@ -35,7 +35,7 @@
       "description": {
         "en": "<p>This is a simple, dependency-less, vanilla-js-written, but full-featured unit player, mainly as showcase for developers and for software-testing.</p><p>It does implement the <a href='https://github.com/verona-interface' target='_blank'>Verona 3.0.0</a>-Standard and can be used for units containing simple any content in HTML-format.</p><p>Unit Description ist the <code>form</code>-content as HTML. Just give some names to the form element, and the player does the rest. Use some special Ids for some special buttons.</p>"
       },
-      "version": "3.0.0",
+      "version": "2.0.0",
       "apiVersion": "3.0.0",
       "repository": {
         "type": "git",
-- 
GitLab