Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0c13fa0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 28, 2024
1 parent 79dbf92 commit 60c0dd8
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-09-27 17.02.15
# 2024-09-28 13.54.13
package bibcop;

use warnings;
Expand Down Expand Up @@ -1084,7 +1084,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('17.02.15 2024-09-27');
info('13.54.13 2024-09-28');
} 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-09-27 17.02.15 Style Checker of Bibliography Files]
[2024-09-28 13.54.13 Style Checker of Bibliography Files]



Expand Down

0 comments on commit 60c0dd8

Please sign in to comment.