Skip to content

Commit

Permalink
version set to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 12, 2024
1 parent 264a614 commit 218b15f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bibcop.1
@@ -1,4 +1,4 @@
.TH bibcop 1 "0000-00-00"
.TH bibcop 1 "2024-01-12"
.SH NAME
bibcop \- Style Checker and Fixer of BibTeX Files (.bib)
.SH SYNOPSIS
Expand Down Expand Up @@ -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.
See bibcop.pdf for more details.
2 changes: 1 addition & 1 deletion bibcop.dtx
Expand Up @@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{bibcop}
%<*package>
[0000-00-00 0.0.0 Style Checker of Bibliography Files]
[2024-01-12 0.0.17 Style Checker of Bibliography Files]
%</package>
%<*driver>
\documentclass{ltxdoc}
Expand Down
4 changes: 2 additions & 2 deletions bibcop.pl
100755 → 100644
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# 0000-00-00 0.0.0
# 2024-01-12 0.0.17
package bibcop;

use warnings;
Expand Down Expand Up @@ -917,7 +917,7 @@ sub fail {
" --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 0000-00-00');
info('0.0.17 2024-01-12');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Expand Up @@ -18,7 +18,7 @@ checkruns = 2

uploadconfig = {
pkg = "bibcop",
version = "0.0.0",
version = "0.0.17",
author = "Yegor Bugayenko",
uploader = "Yegor Bugayenko",
email = "yegor256@gmail.com",
Expand Down

0 comments on commit 218b15f

Please sign in to comment.