Skip to content

Commit f7b07b8

Browse files
authored
solidify version information (#92)
1 parent af81c19 commit f7b07b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/tikzpingus-doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
\texorpdfstring{Florian Sihler\\*
310310
\url{https://github.com/EagleoutIce/tikzpingus}
311311
}{Florian Sihler}}
312-
\date{Version v1.0 \textendash\ 2022/08/14}
312+
\date{Version v1.0 \textendash\ 2022/08/24}
313313

314314
\begin{document}
315315
\maketitle

tex/tikzpingus.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Licensed under GNU General Public License version 3
33
% https://opensource.org/licenses/gpl-3.0.html
44
\def\tikzpingus@filename{tikzpingus}
5-
\ProvidesPackage{\tikzpingus@filename}[2022/08/14 version v1.0 Penguins in TikZ]
5+
\ProvidesPackage{\tikzpingus@filename}[2022/08/24 version v1.0 Penguins in TikZ]
66
\newif\ifpengu@setup@glows@
77
\DeclareOption{glows}{\pengu@setup@glows@true}\DeclareOption{noglows}{\pengu@setup@glows@false}
88
\newif\ifpengu@setup@manual@layers@

0 commit comments

Comments
 (0)