Release v1.00

Change-Id: Ie020fbf42f89a1b104635b1cc35231f68011f0ec
diff --git a/Changes b/Changes
index 9da40ac..4f71646 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
+1.00 2021-02-18 Release
         - -s option added that uses sentence boundaries provided by the KorAP tokenizer (-tk)
-        - tokenizer invocation comments removed from KorAP XML output
-        - indentation of </span> tags fixed
-        - character entities used in DeReKo are automatically replaced by their corresponding characters
-        - resources defined in Makefile
-        - fixed possible IO deadlock with KorAP tokenizer
+        - Tokenizer invocation comments removed from KorAP XML output
+        - Indentation of </span> tags fixed
+        - Character entities used in DeReKo are automatically replaced by their corresponding characters
+        - Resources defined in Makefile
+        - Fixed possible IO deadlock with KorAP tokenizer
         - Simplified debugging by combining with X::C::T line numbers
         - Support inline-tokens parameter
         - Move verbose code documentation to trailing
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 4c2e6d8..7e4bdbd 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -33,7 +33,7 @@
   1;
 };
 
-our $VERSION = '0.03';
+our $VERSION = '1.00';
 
 our $VERSION_MSG = "\ntei2korapxml - v$VERSION\n";