Skip to content

Commit ae413a7

Browse files
committed
update to godot 4.5
1 parent 2295996 commit ae413a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config_version=5
1212

1313
config/name="TimeTracking"
1414
config/description="An extension that manages and displays your project statistics"
15-
config/features=PackedStringArray("4.4")
15+
config/features=PackedStringArray("4.5")
1616

1717
[physics]
1818

src/Extensions/TimeTracking/extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"license": "MIT",
66
"name": "TimeTracking",
77
"nodes": [ "Main.tscn" ],
8-
"supported_api_versions": [ 6 ],
9-
"version": "0.4"
8+
"supported_api_versions": [ 8 ],
9+
"version": "0.5"
1010
}

0 commit comments

Comments
 (0)