Skip to content

Commit 6f2c377

Browse files
committed
Release 1.0.2
1 parent 7681c07 commit 6f2c377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/gitinfo-lua.lua

Lines changed: 2 additions & 2 deletions
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.1', --TAGVERSION
27-
date = '2024/02/12', --TAGDATE
26+
version = '1.0.2', --TAGVERSION
27+
date = '2024/02/23', --TAGDATE
2828
comment = "Git info Lua — Git integration with LaTeX",
2929
author = "Erik Nijenhuis",
3030
license = "free"

tex/gitinfo-lua.sty

Lines changed: 1 addition & 1 deletion
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-cmd.lua and gitinfo-lua.lua
1818
\NeedsTeXFormat{LaTeX2e}
19-
\ProvidesPackage{gitinfo-lua}[2024/02/12 1.0.1 Xerdi's Git Package]
19+
\ProvidesPackage{gitinfo-lua}[2024/02/23 1.0.2 Xerdi's Git Package]
2020

2121
\RequirePackage{luacode}
2222

0 commit comments

Comments
 (0)