diff --git a/README.md b/README.md index e44fb2d..11ca719 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ class Script ### Changes -### 0.2.3 +### 0.2.4 - changed minimum runtime to .NET 4.7.2 - fixed mpv.net not working with new mpv lib diff --git a/mpvnet/Properties/AssemblyInfo.cs b/mpvnet/Properties/AssemblyInfo.cs index a3af9e9..9224fcd 100644 --- a/mpvnet/Properties/AssemblyInfo.cs +++ b/mpvnet/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("0.2.3.0")] -[assembly: AssemblyFileVersion("0.2.3.0")] +[assembly: AssemblyVersion("0.2.4.0")] +[assembly: AssemblyFileVersion("0.2.4.0")]