We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f1a7e commit bd754d6Copy full SHA for bd754d6
2 files changed
addons/theme_gen/programmatic_theme.gd
@@ -16,7 +16,7 @@ class_name ProgrammaticTheme
16
## [url]https://github.com/Inspiaaa/ThemeGen[/url]
17
18
19
-const THEME_GEN_VERSION = "1.3.1"
+const THEME_GEN_VERSION = "1.4.0"
20
21
22
## Determines the verbosity of the logging.
addons/theme_gen_save_sync/plugin.cfg
@@ -3,5 +3,5 @@
3
name="ThemeGen Save Sync"
4
description="Automatically regenerates the output theme whenever the input GDScript file is modified and saved."
5
author="Inspiaaa"
6
-version="1.3.1"
+version="1.4.0"
7
script="plugin.gd"
0 commit comments