Skip to content

Commit

Permalink
bump v1.25
Browse files Browse the repository at this point in the history
Signed-off-by: t0b3 <[email protected]>
  • Loading branch information
t0b3 committed Jun 8, 2021
1 parent 5c3d53a commit 4e564ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sendto_silhouette.inx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Always use the least amount of blade possible.
<page name='about' _gui-text='About'>
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/fablabnbg/inkscape-silhouette by Jürgen Weigert [[email protected]] and contributors</param>
<!-- Keep in sync with sendto_silhouette.py line 94 __version__ = ... -->
<param name="about_version" type="description">Version 1.24</param>
<param name="about_version" type="description">Version 1.25</param>
</page>
</param>

Expand Down
2 changes: 1 addition & 1 deletion sendto_silhouette.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

from __future__ import print_function

__version__ = "1.24" # Keep in sync with sendto_silhouette.inx ca line 79
__version__ = "1.25" # Keep in sync with sendto_silhouette.inx ca line 79
__author__ = "Juergen Weigert <[email protected]> and contributors"

import sys, os, time, tempfile, math, operator, re
Expand Down

0 comments on commit 4e564ff

Please sign in to comment.