Skip to content

Commit

Permalink
version set to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 30, 2023
1 parent da21fb2 commit 0c86b4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bibcop.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bibcop 1 "0000-00-00"
.TH bibcop 1 "2023-06-30"
.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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{bibcop}
%<*package>
[0000-00-00 0.0.0 Style Checker of Bibliography Files]
[2023-06-30 0.0.14 Style Checker of Bibliography Files]
%</package>
%<*driver>
\documentclass{ltxdoc}
Expand Down
4 changes: 2 additions & 2 deletions bibcop.pl
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,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');
info('0.0.14');
} else {
my ($file) = grep { not($_ =~ /^--.*$/) } @ARGV;
if (not $file) {
Expand Down Expand Up @@ -903,4 +903,4 @@ sub fail {
}
}

1;
1;
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checkruns = 2

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

0 comments on commit 0c86b4f

Please sign in to comment.