diff --git a/ChangeLog b/ChangeLog index 9de0a4d..b44b9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 0.14.1: + * Update build: managing new gdCEF release names for downlad. + * Update build: add GDCEF_VERSION.txt inside cef_artifacts folder. + * Update documentation and remove a cpp file no longer used. + Version 0.14.0: * Forbid creation of native windows when opening on a new browser. * Force using C++20 for Windows fixing issue with std::filesystem accessing to cef_artifacts. diff --git a/VERSION b/VERSION index a803cc2..930e300 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.0 +0.14.1 diff --git a/addons/gdcef/plugin.cfg b/addons/gdcef/plugin.cfg index 5ad2ac0..af13f83 100644 --- a/addons/gdcef/plugin.cfg +++ b/addons/gdcef/plugin.cfg @@ -3,5 +3,5 @@ name="GDCEF" description="Chromium Embedded Framework Webview for Godot 4.2+" author="Quentin QUADRAT " -version="0.14.0" +version="0.14.1" script="plugin.gd"