Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Sep 14, 2024
1 parent 4bc979f commit 4141379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/gitinfo-lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ end
local module = {
name = 'gitinfo-lua',
info = {
version = '1.1.0', --TAGVERSION
date = '2024/04/11', --TAGDATE
version = '1.2.0', --TAGVERSION
date = '2024/09/14', --TAGDATE
comment = "Git info Lua — Git integration with LaTeX",
author = "Erik Nijenhuis",
license = "free"
Expand Down
2 changes: 1 addition & 1 deletion tex/gitinfo-lua.sty
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
% This work consists of the files gitinfo-lua.sty gitinfo-lua.pdf
% gitinfo-lua-cmd.lua, gitinfo-lua-recorder.lua and gitinfo-lua.lua
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gitinfo-lua}[2024/04/11 1.1.0 Xerdi's Git Package]
\ProvidesPackage{gitinfo-lua}[2024/09/14 1.2.0 Xerdi's Git Package]

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

Expand Down

0 comments on commit 4141379

Please sign in to comment.