diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e544de..4c9881f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log Important changes to _inkgd_ will be documented in this file. -## [0.4.X](https://github.com/ephread/inkgd/releases/tag/0.4.X) -Released on 2022-0X-3X. +## [0.4.7](https://github.com/ephread/inkgd/releases/tag/0.4.X) +Released on 2022-08-07. ### Fixed - Add missing `add_child` call in templates. diff --git a/README.md b/README.md index 91e9d6d1..9f8d8be2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![build](https://github.com/ephread/inkgd/workflows/build/badge.svg)](https://github.com/ephread/inkgd/actions) [![Documentation Status](https://readthedocs.org/projects/inkgd/badge/?version=latest)](https://inkgd.readthedocs.io/en/latest/?badge=latest) -![Version](https://img.shields.io/badge/version-0.4.6-orange.svg) +![Version](https://img.shields.io/badge/version-0.4.7-orange.svg) ![Godot Version](https://img.shields.io/badge/godot-3.3+-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg) @@ -81,7 +81,7 @@ hosted on [Read The Docs]. | 0.2.2 | 0.9.0 | 3.2 – 3.2.3 | | 0.2.3 | 0.9.0 | 3.2 – 3.4 | | 0.3.0 | 1.0.0 | 3.2 – 3.4 | -| 0.4.0 – 0.4.6 | 1.0.0 | 3.3 – 3.5 | +| 0.4.0 – 0.4.7 | 1.0.0 | 3.3 – 3.5 | ## Acknowledgement diff --git a/addons/inkgd/plugin.cfg b/addons/inkgd/plugin.cfg index e8a8c65a..0f260f6a 100644 --- a/addons/inkgd/plugin.cfg +++ b/addons/inkgd/plugin.cfg @@ -3,5 +3,5 @@ name="InkGD" description="Full implementation of inkle's Ink narrative language in pure GDScript, with editor support." author="Frédéric Maquin" -version="0.4.6" +version="0.4.7" script="editor/ink_editor_plugin.gd" diff --git a/docs/source/conf.py b/docs/source/conf.py index d0f039c6..1f085d47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,8 +20,8 @@ copyright = '2021, Frédéric Maquin' author = 'Frédéric Maquin' -version = '0.4.6' -release = '0.4.6' +version = '0.4.7' +release = '0.4.7' # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 65c2e95a..8abd238b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ If you prefer a more hands-on approach, feel free to tinker with the .. The version is hardcoded for now. The inability to nest markup in reST is .. really annoying. Hopefully MyST can solve some of those issues. -.. _here: https://github.com/ephread/inkgd/releases/download/0.4.6/inkgd-example-0.4.6.zip +.. _here: https://github.com/ephread/inkgd/releases/download/0.4.7/inkgd-example-0.4.7.zip While looking for an implementation of **ink** in Godot, you may have come across godot-ink_. *inkgd* and *godot-ink* have different philosophies and purposes. If