diff --git a/CHANGELOG.md b/CHANGELOG.md index f570e34..681435b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.8.1 +### Update version in `plugin.cfg` file +The plugin version was not updated in `v1.8.0`, causing confusion to users of the plugin. This patch fixes it. + ## v1.8.0 ### Update plugin for Godot 4.3 Thanks to [TheSkyOne](https://github.com/TheSkyOne) for bringing to my attention that [the plugin wasn't working for Godot 4.3](https://github.com/Iakobs/godot-play-game-services/issues/32). I've update it to use version 4.3 of the Godot Library Dependency. diff --git a/plugin/export_scripts_template/plugin.cfg b/plugin/export_scripts_template/plugin.cfg index dd9f617..63476fe 100644 --- a/plugin/export_scripts_template/plugin.cfg +++ b/plugin/export_scripts_template/plugin.cfg @@ -1,7 +1,7 @@ [plugin] name="GodotPlayGameServices" -description="A Godot 4.2 plugin for Google Play Game Services" +description="A Godot 4.3 plugin for Google Play Game Services" author="Jacob Ibáñez Sánchez" -version="1.7.0" +version="1.8.1" script="export_plugin.gd"