Skip to content

Commit bd2fe7b

Browse files
committed
release 1.28
1 parent ff9df2f commit bd2fe7b

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
@@ -176,7 +176,7 @@ Always use the least amount of blade possible.
176176
<label translatable="no" appearance="url" indent="1">https://github.com/fablabnbg/inkscape-silhouette</label>
177177
<label translatable="no">by Jürgen Weigert [juergen@fabmail.org] and contributors</label>
178178
<!-- Keep in sync with sendto_silhouette.py line 7 __version__ = ... -->
179-
<label name="about_version" translatable="no">Version 1.27</label>
179+
<label name="about_version" translatable="no">Version 1.28</label>
180180
</page>
181181
</param>
182182

sendto_silhouette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (C) 2013 jw@suse.de. Licensed under CC-BY-SA-3.0 or GPL-2.0 at your choice.
66
# (C) 2014 - 2023 juewei@fabmail.org and contributors
77

8-
__version__ = "1.27" # Keep in sync with sendto_silhouette.inx ca line 179
8+
__version__ = "1.28" # Keep in sync with sendto_silhouette.inx ca line 179
99
__author__ = "Juergen Weigert <juergen@fabmail.org> and contributors"
1010

1111
import sys, os, time, math, operator

0 commit comments

Comments
 (0)