Skip to content

Commit

Permalink
Deploying to gh-pages from @ 48328f5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 3, 2024
1 parent a4b8dd1 commit 1c33483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bibcop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# 2024-05-03 03.12.00
# 2024-05-03 03.13.18
package bibcop;

use warnings;
Expand Down Expand Up @@ -1070,7 +1070,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('03.12.00 2024-05-03');
info('03.13.18 2024-05-03');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Expand Down
2 changes: 1 addition & 1 deletion bibcop.sty
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bibcop}
[2024-05-03 03.12.00 Style Checker of Bibliography Files]
[2024-05-03 03.13.18 Style Checker of Bibliography Files]



Expand Down

0 comments on commit 1c33483

Please sign in to comment.