We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681c07 commit 6f2c377Copy full SHA for 6f2c377
scripts/gitinfo-lua.lua
@@ -23,8 +23,8 @@ end
23
local module = {
24
name = 'gitinfo-lua',
25
info = {
26
- version = '1.0.1', --TAGVERSION
27
- date = '2024/02/12', --TAGDATE
+ version = '1.0.2', --TAGVERSION
+ date = '2024/02/23', --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-cmd.lua and gitinfo-lua.lua
18
\NeedsTeXFormat{LaTeX2e}
19
-\ProvidesPackage{gitinfo-lua}[2024/02/12 1.0.1 Xerdi's Git Package]
+\ProvidesPackage{gitinfo-lua}[2024/02/23 1.0.2 Xerdi's Git Package]
20
21
\RequirePackage{luacode}
22
0 commit comments