Skip to content

Commit

Permalink
release v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed Oct 12, 2022
1 parent 11ddd7e commit e1b3c6a
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 @@ -172,7 +172,7 @@ Always use the least amount of blade possible.
<page name='about' _gui-text='About'>
<label>inkscape-silhouette extension from https://github.com/fablabnbg/inkscape-silhouette by Jürgen Weigert [[email protected]] and contributors</label>
<!-- Keep in sync with sendto_silhouette.py line 94 __version__ = ... -->
<label name='about_version'>Version 1.26</label>
<label name='about_version'>Version 1.27</label>
</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 @@ -4,7 +4,7 @@
# (C) 2013 [email protected]. Licensed under CC-BY-SA-3.0 or GPL-2.0 at your choice.
# (C) 2014 - 2022 [email protected] and contributors

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

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

0 comments on commit e1b3c6a

Please sign in to comment.