Skip to content

Commit c8f471e

Browse files
author
Osman Tunçelli
committed
Bump the version.
1 parent 2900b08 commit c8f471e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SvgFileType/UIDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public partial class UiDialog : Form
1515
public bool ImportGroupBoundariesAsLayers => cbPSDSupport.Checked;
1616
public event EventHandler OkClick;
1717

18-
private const string VersionString = "0.3-alpha";
18+
private const string VersionString = "1.0";
1919
private const int BigImageSize = 1280;
2020
private Size _sizeHint;
2121
private bool _changedProgramatically;

0 commit comments

Comments
 (0)