Skip to content

Commit 13e1884

Browse files
committed
bumped version to 2.2
1 parent ba397a0 commit 13e1884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/Rakugo/Rakugo.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const save_folder = "addons/rakugo/save_folder"
1212
## Setting's strings
1313
const game_title = "application/config/name"
1414

15-
const version := "2.1.1"
15+
const version := "2.2"
1616

1717
const StoreManager = preload("res://addons/Rakugo/lib/systems/StoreManager.gd")
1818
const Parser = preload("res://addons/Rakugo/lib/systems/Parser.gd")

addons/Rakugo/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Rakugo Dialogue System"
44
description="Rakugo Dialogue System is base framework for story driven games"
55
author="Rakugo Team"
6-
version="2.1.1"
6+
version="2.2"
77
script="plugin.gd"

0 commit comments

Comments
 (0)