diff --git a/CHANGELOG.md b/CHANGELOG.md index 9935a14..0fac9c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] ### Added +- Version is now displayed in the inkscape extension ### Changed ### Deprecated ### Removed diff --git a/svg2tikz/tikz_export_effect.inx b/svg2tikz/tikz_export_effect.inx index 6e91c73..610bf6c 100644 --- a/svg2tikz/tikz_export_effect.inx +++ b/svg2tikz/tikz_export_effect.inx @@ -1,6 +1,6 @@ - Export to TikZ path + Export to TikZ path v3.0.0 net.texample.tools.svg.export_tikz.effect tikz_export.py diff --git a/svg2tikz/tikz_export_output.inx b/svg2tikz/tikz_export_output.inx index cad3a54..346d905 100644 --- a/svg2tikz/tikz_export_output.inx +++ b/svg2tikz/tikz_export_output.inx @@ -1,6 +1,6 @@ - Export as TikZ code for use with LaTeX + Export as TikZ code for use with LaTeX v3.0.0 net.texample.tools.svg.export_tikz.output tikz_export.py