From fd206f74b0678138d20244ae99188968d6afe72b Mon Sep 17 00:00:00 2001 From: rultor Date: Sun, 29 Jan 2023 11:26:22 +0000 Subject: [PATCH] version set to 0.0.8 --- bibcop.1 | 4 ++-- bibcop.dtx | 2 +- bibcop.pl | 4 ++-- build.lua | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 bibcop.pl diff --git a/bibcop.1 b/bibcop.1 index 3f1ca74..48f5542 100644 --- a/bibcop.1 +++ b/bibcop.1 @@ -1,4 +1,4 @@ -.TH bibcop 1 "0000-00-00" +.TH bibcop 1 "2023-01-29" .SH NAME bibcop \- Style Checker and Fixer of BibTeX Files (.bib) .SH SYNOPSIS @@ -27,4 +27,4 @@ Yegor Bugayenko (yegor256@gmail.com) Please log issues on the GitHub homepage: https://github.com/yegor256/bibcop/issues. .SH SEE ALSO -See bibcop.pdf for more details. \ No newline at end of file +See bibcop.pdf for more details. diff --git a/bibcop.dtx b/bibcop.dtx index 88f1856..d3b3402 100644 --- a/bibcop.dtx +++ b/bibcop.dtx @@ -50,7 +50,7 @@ %\NeedsTeXFormat{LaTeX2e} %\ProvidesPackage{bibcop} %<*package> -[0000-00-00 0.0.0 Style Checker of Bibliography Files] +[2023-01-29 0.0.8 Style Checker of Bibliography Files] % %<*driver> \documentclass{ltxdoc} diff --git a/bibcop.pl b/bibcop.pl old mode 100755 new mode 100644 index dcd3d47..fd774d9 --- a/bibcop.pl +++ b/bibcop.pl @@ -631,7 +631,7 @@ sub warning { " --latex Report errors in LaTeX format using \\PackageWarningNoLine command\n\n" . "If any issues, report to GitHub: https://github.com/yegor256/bibcop"); } elsif (exists $args{'--version'} or exists $args{'-v'}) { - info('0.0.0'); + info('0.0.8'); } else { my ($file) = grep { not($_ =~ /^--.*$/) } @ARGV; if (not $file) { @@ -682,4 +682,4 @@ sub warning { } } -1; \ No newline at end of file +1; diff --git a/build.lua b/build.lua index 16b50dc..005a8d1 100644 --- a/build.lua +++ b/build.lua @@ -18,7 +18,7 @@ checkruns = 2 uploadconfig = { pkg = "bibcop", - version = "0.0.0", + version = "0.0.8", author = "Yegor Bugayenko", uploader = "Yegor Bugayenko", email = "yegor256@gmail.com",