-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: t0b3 <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,7 +166,7 @@ Always use the least amount of blade possible. | |
<page name='about' _gui-text='About'> | ||
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/fablabnbg/inkscape-silhouette by Jürgen Weigert [[email protected]] and contributors</param> | ||
<!-- Keep in sync with sendto_silhouette.py line 94 __version__ = ... --> | ||
<param name="about_version" type="description">Version 1.24</param> | ||
<param name="about_version" type="description">Version 1.25</param> | ||
</page> | ||
</param> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ | |
|
||
from __future__ import print_function | ||
|
||
__version__ = "1.24" # Keep in sync with sendto_silhouette.inx ca line 79 | ||
__version__ = "1.25" # 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 | ||
|