Skip to content

Commit

Permalink
Another attempt at bumping the version
Browse files Browse the repository at this point in the history
+semver: minor
  • Loading branch information
NeilMacMullen committed Feb 1, 2021
1 parent 5a5c199 commit 70b3aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ The current release is **v1.3.0**.

- Or you can create a [Docker image](Docker.md)


## What's new

### v1.3.0 (current release)
Expand Down
2 changes: 1 addition & 1 deletion TextrudeInteractive/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public MainWindow()
{
MessageBox.Show(
"The WebView2 runtime or Edge (non-stable channel) must be installed for the editor to work!\n" +
"Please install one of the two.\n" +
@"See the Textrude main site for further information https://github.com/NeilMacMullen/Textrude \n" +
"Textrude will now exit.",
"Textrude: WebView2 runtime must be installed!",
MessageBoxButton.OK,
Expand Down

0 comments on commit 70b3aa2

Please sign in to comment.