diff --git a/Program.cs b/Program.cs index c598305e..a04218d7 100644 --- a/Program.cs +++ b/Program.cs @@ -19,7 +19,7 @@ static class Program{ public const string BrandName = "TweetDuck"; public const string Website = "https://tweetduck.chylex.com"; - public const string VersionTag = "1.14"; + public const string VersionTag = "1.14.1"; public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory; public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable")); diff --git a/README.md b/README.md index c4ba17b4..1fb4f176 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The program was built using Visual Studio 2017. Before opening the solution, ple After opening the solution, right-click the solution and select **Restore NuGet Packages**, or manually run this command in the **Package Manager Console**: ``` -PM> Install-Package CefSharp.WinForms -Version 65.0.0-pre01 +PM> Install-Package CefSharp.WinForms -Version 66.0.0-CI2615 -Source https://www.myget.org/F/cefsharp/api/v3/index.json ``` Note that some pre-release builds of CefSharp are not available on NuGet. To correctly restore packages in that case, open **Package Manager Settings**, and add `https://www.myget.org/F/cefsharp/api/v3/index.json` to the list of package sources. diff --git a/bld/Resources/devtools_resources.pak b/bld/Resources/devtools_resources.pak index 271b771a..fd81be13 100644 Binary files a/bld/Resources/devtools_resources.pak and b/bld/Resources/devtools_resources.pak differ