Skip to content

Commit 4141379

Browse files
committed
Release 1.2.0
1 parent 4bc979f commit 4141379

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.1.0', --TAGVERSION
27-
date = '2024/04/11', --TAGDATE
26+
version = '1.2.0', --TAGVERSION
27+
date = '2024/09/14', --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-lua-cmd.lua, gitinfo-lua-recorder.lua and gitinfo-lua.lua
1818
\NeedsTeXFormat{LaTeX2e}
19-
\ProvidesPackage{gitinfo-lua}[2024/04/11 1.1.0 Xerdi's Git Package]
19+
\ProvidesPackage{gitinfo-lua}[2024/09/14 1.2.0 Xerdi's Git Package]
2020

2121
\directlua{git = require('gitinfo-lua')}
2222

0 commit comments

Comments
 (0)