Skip to content

Commit

Permalink
release 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 committed Jul 16, 2023
1 parent ff9df2f commit bd2fe7b
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 @@ -176,7 +176,7 @@ Always use the least amount of blade possible.
<label translatable="no" appearance="url" indent="1">https://github.com/fablabnbg/inkscape-silhouette</label>
<label translatable="no">by Jürgen Weigert [juergen@fabmail.org] and contributors</label>
<!-- Keep in sync with sendto_silhouette.py line 7 __version__ = ... -->
<label name="about_version" translatable="no">Version 1.27</label>
<label name="about_version" translatable="no">Version 1.28</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 @@ -5,7 +5,7 @@
# (C) 2013 jw@suse.de. Licensed under CC-BY-SA-3.0 or GPL-2.0 at your choice.
# (C) 2014 - 2023 juewei@fabmail.org and contributors

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

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

0 comments on commit bd2fe7b

Please sign in to comment.