Skip to content

Commit 70b3aa2

Browse files
committed
Another attempt at bumping the version
+semver: minor
1 parent 5a5c199 commit 70b3aa2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The current release is **v1.3.0**.
3838

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

41-
4241
## What's new
4342

4443
### v1.3.0 (current release)

TextrudeInteractive/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public MainWindow()
5252
{
5353
MessageBox.Show(
5454
"The WebView2 runtime or Edge (non-stable channel) must be installed for the editor to work!\n" +
55-
"Please install one of the two.\n" +
55+
@"See the Textrude main site for further information https://github.com/NeilMacMullen/Textrude \n" +
5656
"Textrude will now exit.",
5757
"Textrude: WebView2 runtime must be installed!",
5858
MessageBoxButton.OK,

0 commit comments

Comments
 (0)