Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ibáñez Sánchez <jacobibanez@jacobibanez.com>
  • Loading branch information
Iakobs committed Sep 11, 2024
1 parent c33c132 commit 960cdee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions plugin/export_scripts_template/plugin.cfg
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 960cdee

Please sign in to comment.