Skip to content

Commit

Permalink
v1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed May 28, 2022
1 parent 5f853b7 commit eab6b40
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.25</label>
<label name='about_version'>Version 1.26</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 @@ -91,7 +91,7 @@

from __future__ import print_function

__version__ = "1.25" # Keep in sync with sendto_silhouette.inx ca line 79
__version__ = "1.26" # 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 eab6b40

Please sign in to comment.