Skip to content

Commit

Permalink
version set to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 13, 2024
1 parent ff2702f commit c4421b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ checkruns = 2

uploadconfig = {
pkg = "naive-ebnf",
version = "0.0.0",
version = "0.0.18",
author = "Yegor Bugayenko",
uploader = "Yegor Bugayenko",
email = "yegor256@gmail.com",
Expand All @@ -56,6 +56,6 @@ uploadconfig = {
function update_tag(file, content, tagname, tagdate)
return string.gsub(
string.gsub(content, "0%.0%.0", tagname),
"0000/00/00", os.date("%Y/%m/%d")
"2024/11/13", os.date("%Y/%m/%d")
)
end
2 changes: 1 addition & 1 deletion naive-ebnf.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{naive-ebnf}
%<*package>
[0000/00/00 0.0.0 EBNF in Plain Text]
[2024/11/13 0.0.18 EBNF in Plain Text]
%</package>
%<*driver>
\documentclass{ltxdoc}
Expand Down

0 comments on commit c4421b9

Please sign in to comment.