diff --git a/.gitignore b/.gitignore index 8194094..3b11d63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ctan /texmf -*.1 \ No newline at end of file +*.1 +/releases diff --git a/easydoctex-mode.el b/easydoctex-mode.el index 3226414..73b2543 100644 --- a/easydoctex-mode.el +++ b/easydoctex-mode.el @@ -1,4 +1,4 @@ -;; easydoctex-mode.el 0.1.0 +;; easydoctex-mode.el 0.2.0 ;; ;; This file is a part of TeX package EasyDTX, available at ;; https://ctan.org/pkg/easydtx and https://github.com/sasozivanovic/easydtx. diff --git a/edtx2dtx.1.md b/edtx2dtx.1.md index bf3fc7c..11b6bb9 100644 --- a/edtx2dtx.1.md +++ b/edtx2dtx.1.md @@ -2,8 +2,8 @@ title: edtx2dtx section: 1 header: User Manual -footer: edtx2dtx 0.1.0 -date: October 10, 2023 +footer: edtx2dtx 0.2.0 +date: November 23, 2024 hyphenate: false --- diff --git a/edtx2dtx.pl b/edtx2dtx.pl index 7f9a7fa..93552cd 100755 --- a/edtx2dtx.pl +++ b/edtx2dtx.pl @@ -30,7 +30,7 @@ Options: TODO END -my $VERSION = '0.1.0'; +my $VERSION = '0.2.0'; my ($help, $print_version); my $comment = '%';