Skip to content

Commit 4e564ff

Browse files
committed
bump v1.25
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
1 parent 5c3d53a commit 4e564ff

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
@@ -166,7 +166,7 @@ Always use the least amount of blade possible.
166166
<page name='about' _gui-text='About'>
167167
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/fablabnbg/inkscape-silhouette by Jürgen Weigert [juergen@fabmail.org] and contributors</param>
168168
<!-- Keep in sync with sendto_silhouette.py line 94 __version__ = ... -->
169-
<param name="about_version" type="description">Version 1.24</param>
169+
<param name="about_version" type="description">Version 1.25</param>
170170
</page>
171171
</param>
172172

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.24" # Keep in sync with sendto_silhouette.inx ca line 79
94+
__version__ = "1.25" # 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)