From 70b3aa2b47691a2eb634bd717c2f1dfc51ce8f7d Mon Sep 17 00:00:00 2001 From: NeilMacMullen Date: Mon, 1 Feb 2021 21:24:37 +0000 Subject: [PATCH] Another attempt at bumping the version +semver: minor --- README.md | 1 - TextrudeInteractive/MainWindow.xaml.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9232070..0b98138 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/TextrudeInteractive/MainWindow.xaml.cs b/TextrudeInteractive/MainWindow.xaml.cs index ba1deec..b7f64c0 100644 --- a/TextrudeInteractive/MainWindow.xaml.cs +++ b/TextrudeInteractive/MainWindow.xaml.cs @@ -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,