diff --git a/Changelog.md b/Changelog.md index c5fbd956..e1dcea0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### +### 4.4 - clipboard-monitoring was replaced by url-whitelist: Keyword whitelist to monitor the clipboard for URLs to play. diff --git a/README.md b/README.md index f1ce15e7..dec5cb0f 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ Third party components: [frank.skare.de@gmail.com](mailto:frank.skare.de@gmail.com?Subject=mpv.net%20support) +Please click on the star at the top of the page and like mpv.net at [alternativeto.net](https://alternativeto.net/software/mpv-net/). + ### Links mpv manual: diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index ed3a4fc7..862b5f09 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.3.1.0")] -[assembly: AssemblyFileVersion("4.3.1.0")] +[assembly: AssemblyVersion("4.4.0.0")] +[assembly: AssemblyFileVersion("4.4.0.0")]