We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2900b08 commit c8f471eCopy full SHA for c8f471e
SvgFileType/UIDialog.cs
@@ -15,7 +15,7 @@ public partial class UiDialog : Form
15
public bool ImportGroupBoundariesAsLayers => cbPSDSupport.Checked;
16
public event EventHandler OkClick;
17
18
- private const string VersionString = "0.3-alpha";
+ private const string VersionString = "1.0";
19
private const int BigImageSize = 1280;
20
private Size _sizeHint;
21
private bool _changedProgramatically;
0 commit comments