Update version for release

Change-Id: I60cd90c0fcf90133a4a46e361c7815a0843de602
diff --git a/Changes b/Changes
index f3cb76f..c0ab233 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.49 2023-02-07
         - Support for UDPipe POS, lemma and dependency
           annotations (kupietz).
 
diff --git a/Readme.pod b/Readme.pod
index db7a3bf..2b4d1c6 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -438,6 +438,10 @@
     #Morpho
     #Sentences
 
+  UDPipe
+    #Dependency
+    #Morpho
+
   XIP
     #Constituency
     #Morpho
@@ -597,7 +601,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015-2022, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2015-2023, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: L<Nils Diewald|https://www.nils-diewald.de/>
 
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index ebe55c1..c5f68a1 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
 
 our @EXPORT_OK = qw(get_file_name get_file_name_from_glob);
 
-our $VERSION = '0.48';
+our $VERSION = '0.49';
 
 has 'path';
 has [qw/text_sigle doc_sigle corpus_sigle/];
@@ -415,7 +415,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015-2021, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2015-2023, L<IDS Mannheim|https://www.ids-mannheim.de/>
 Author: L<Nils Diewald|https://www.nils-diewald.de/>
 
 KorAP::XML::Krill is developed as part of the
diff --git a/script/korapxml2krill b/script/korapxml2krill
index f443615..75dd21d 100755
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -164,9 +164,12 @@
 #
 # 2022/07/27
 # - Support for preferred language transformation
+#
+# 2023/02/05
+# - Support for UD
 # ----------------------------------------------------------
 
-our $LAST_CHANGE = '2022/07/27';
+our $LAST_CHANGE = '2023/02/05';
 our $LOCAL = $FindBin::Bin;
 our $KORAL_VERSION = 0.03;
 our $VERSION_MSG = <<"VERSION";
@@ -1497,6 +1500,10 @@
     #Morpho
     #Sentences
 
+  UDPipe
+    #Dependency
+    #Morpho
+
   XIP
     #Constituency
     #Morpho
@@ -1656,7 +1663,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015-2022, L<IDS Mannheim|https://www.ids-mannheim.de/>
+Copyright (C) 2015-2023, L<IDS Mannheim|https://www.ids-mannheim.de/>
 
 Author: L<Nils Diewald|https://www.nils-diewald.de/>