From aa5a58aec6ef99f031529b0e360c43f5e18e06a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20P=C3=B6ckelmann?=
 <marcus.poeckelmann@informatik.uni-halle.de>
Date: Fri, 30 Apr 2021 21:35:49 +0200
Subject: [PATCH] version added

---
 catview.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/catview.js b/catview.js
index fac79f7..3783800 100644
--- a/catview.js
+++ b/catview.js
@@ -22,7 +22,8 @@
  SOFTWARE.
 */
 
-// The CATview navigation and exploration bar
+// CATview - the Colored & Aligned Texts view
+// version 1.0
 var CATview = new function() {
     this.debug = false;
 
-- 
GitLab