Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Feb 12, 2024
1 parent 7a8aa20 commit 91d10f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CONTRIBUTION = gitinfo-lua
FILE = ${CONTRIBUTION}.tar.gz
VERSION = $(shell git describe --tags --always)
FILE = ${CONTRIBUTION}-${VERSION}.tar.gz
MANUAL = doc/${CONTRIBUTION}
COMPILER = lualatex --shell-escape

Expand Down
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.0.0-5-g1a5ceb2', --TAGVERSION
date = '2024/01/19', --TAGDATE
version = '1.0.1', --TAGVERSION
date = '2024/02/12', --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-cmd.lua and gitinfo-lua.lua
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gitinfo-lua}[2024/01/04 Xerdi's Git Package]
\ProvidesPackage{gitinfo-lua}[2024/02/12 1.0.1 Xerdi's Git Package]

\RequirePackage{luacode}

Expand Down

0 comments on commit 91d10f7

Please sign in to comment.