We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a2783 commit d37e978Copy full SHA for d37e978
scripts/gitinfo-lua.lua
@@ -23,8 +23,8 @@ end
23
local module = {
24
name = 'gitinfo-lua',
25
info = {
26
- version = '1.0.3', --TAGVERSION
27
- date = '2024/04/02', --TAGDATE
+ version = '1.1.0', --TAGVERSION
+ date = '2024/04/11', --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/04/02 1.0.3 Xerdi's Git Package]
+\ProvidesPackage{gitinfo-lua}[2024/04/11 1.1.0 Xerdi's Git Package]
20
21
\directlua{git = require('gitinfo-lua')}
22
0 commit comments