Skip to content

Commit 378676e

Browse files
committed
Release 1.0.3
1 parent 0a82fd6 commit 378676e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/gitinfo-lua.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ end
2323
local module = {
2424
name = 'gitinfo-lua',
2525
info = {
26-
version = '1.0.2', --TAGVERSION
27-
date = '2024/02/23', --TAGDATE
26+
version = '1.0.3', --TAGVERSION
27+
date = '2024/04/02', --TAGDATE
2828
comment = "Git info Lua — Git integration with LaTeX",
2929
author = "Erik Nijenhuis",
3030
license = "free"

tex/gitinfo-lua.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
% This work consists of the files gitinfo-lua.sty gitinfo-lua.pdf
1717
% gitinfo-lua-cmd.lua, gitinfo-lua-recorder.lua and gitinfo-lua.lua
1818
\NeedsTeXFormat{LaTeX2e}
19-
\ProvidesPackage{gitinfo-lua}[2024/02/23 1.0.2 Xerdi's Git Package]
19+
\ProvidesPackage{gitinfo-lua}[2024/04/02 1.0.3 Xerdi's Git Package]
2020

2121
\RequirePackage{luacode}
2222

0 commit comments

Comments
 (0)