We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a82fd6 commit 378676eCopy full SHA for 378676e
scripts/gitinfo-lua.lua
@@ -23,8 +23,8 @@ end
23
local module = {
24
name = 'gitinfo-lua',
25
info = {
26
- version = '1.0.2', --TAGVERSION
27
- date = '2024/02/23', --TAGDATE
+ version = '1.0.3', --TAGVERSION
+ date = '2024/04/02', --TAGDATE
28
comment = "Git info Lua — Git integration with LaTeX",
29
author = "Erik Nijenhuis",
30
license = "free"
tex/gitinfo-lua.sty
@@ -16,7 +16,7 @@
16
% This work consists of the files gitinfo-lua.sty gitinfo-lua.pdf
17
% gitinfo-lua-cmd.lua, gitinfo-lua-recorder.lua and gitinfo-lua.lua
18
\NeedsTeXFormat{LaTeX2e}
19
-\ProvidesPackage{gitinfo-lua}[2024/02/23 1.0.2 Xerdi's Git Package]
+\ProvidesPackage{gitinfo-lua}[2024/04/02 1.0.3 Xerdi's Git Package]
20
21
\RequirePackage{luacode}
22
0 commit comments