From 4c9b62cf0ee030953fc7697734449876079beb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Ib=C3=A1=C3=B1ez=20S=C3=A1nchez?= Date: Wed, 20 Dec 2023 16:23:26 +0100 Subject: [PATCH] Release version 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jacob Ibáñez Sánchez --- plugin/export_scripts_template/plugin.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/export_scripts_template/plugin.cfg b/plugin/export_scripts_template/plugin.cfg index d8d6de2..4688fdc 100644 --- a/plugin/export_scripts_template/plugin.cfg +++ b/plugin/export_scripts_template/plugin.cfg @@ -3,5 +3,5 @@ name="GodotPlayGameServices" description="A Godot 4.2 plugin for Google Play Game Services" author="Jacob Ibáñez Sánchez" -version="1.0" +version="1.0.0" script="export_plugin.gd"