Skip to content

Commit

Permalink
step Version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter committed Apr 4, 2018
1 parent a5d9b23 commit 95edc5b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tikzducks-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
% Released under the LaTeX Project Public License v1.3c or later
% See http://www.latex-project.org/lppl.txt
%
% Version 0.5a
% Nov 23, 2017
% Version 0.6
% April 04, 2018
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[parskip=half]{scrartcl}
Expand Down Expand Up @@ -119,7 +119,7 @@
\url{https://github.com/samcarter8/tikzducks}\\
\url{https://www.ctan.org/pkg/tikzducks}
}{samcarter}}
\date{Version 0.5a -- \today}
\date{Version 0.6 -- \today}
\begin{document}
\maketitle
Expand Down
7 changes: 3 additions & 4 deletions tikzducks.sty
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
% Released under the LaTeX Project Public License v1.3c or later
% See http://www.latex-project.org/lppl.txt
%
% Version 0.5a
% Nov 23, 2017
% Version 0.6
% April 04, 2018
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\ProvidesPackage{tikzducks}
[2017/11/23 v0.5a Draw rubber ducks in TikZ]
[2018/04/04 v0.6 Draw rubber ducks in TikZ]

\RequirePackage{tikz}
\usetikzlibrary{patterns} % for the wizard hat
Expand Down
16 changes: 16 additions & 0 deletions tikzlibraryducks.code.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% TikZ library for the tikzducks package
% A package to bring rubber ducks into tikz
% Maintained by samcarter
%
% Project repository and bug tracker:
% https://github.com/samcarter8/tikzducks
%
% Released under the LaTeX Project Public License v1.3c or later
% See http://www.latex-project.org/lppl.txt
%
% Version 0.6
% April 04, 2018
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{tikzducks}

% This is all that is needed ...
Expand Down

0 comments on commit 95edc5b

Please sign in to comment.