Skip to content

Commit eab6b40

Browse files
committed
v1.26
1 parent 5f853b7 commit eab6b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sendto_silhouette.inx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Always use the least amount of blade possible.
172172
<page name='about' _gui-text='About'>
173173
<label>inkscape-silhouette extension from https://github.com/fablabnbg/inkscape-silhouette by Jürgen Weigert [juergen@fabmail.org] and contributors</label>
174174
<!-- Keep in sync with sendto_silhouette.py line 94 __version__ = ... -->
175-
<label name='about_version'>Version 1.25</label>
175+
<label name='about_version'>Version 1.26</label>
176176
</page>
177177
</param>
178178

sendto_silhouette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
from __future__ import print_function
9393

94-
__version__ = "1.25" # Keep in sync with sendto_silhouette.inx ca line 79
94+
__version__ = "1.26" # Keep in sync with sendto_silhouette.inx ca line 79
9595
__author__ = "Juergen Weigert <juergen@fabmail.org> and contributors"
9696

9797
import sys, os, time, tempfile, math, operator, re

0 commit comments

Comments
 (0)