Skip to content

Commit b359f05

Browse files
committed
Adding contributors section and updating version number
1 parent f7855d1 commit b359f05

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Simple Dialog Addon v0.2
1+
# Simple Dialog Addon v0.3
22
A simple Godot dialog addon to use in any kind of project.
33

44
![Screenshot](https://coppolaemilio.com/godot/github-portrait.png?v1)
@@ -37,6 +37,7 @@ v0.1 - Release
3737

3838
## Credits
3939
Code made by [Emilio Coppola](https://github.com/coppolaemilio).
40+
Contributors: [Tom Glenn](https://github.com/tomglenn)
4041

4142
Placeholder images are from Toen's YouTube DF series:
4243
- https://toen.world/

addons/dialogs/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Dialog System"
44
description="Create dialogs to display text."
55
author="Emilio Coppola"
6-
version="0.1"
6+
version="0.3"
77
script="dialog.gd"

0 commit comments

Comments
 (0)