Bump version to v3

This commit is contained in:
ChaoticByte 2024-06-10 16:20:04 +02:00
parent 3709a283a1
commit 04930cf2dd
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="Glitch" config/name="Glitch"
config/version="2" config/version="v3"
run/main_scene="res://scenes/main.tscn" run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.2", "Mobile") config/features=PackedStringArray("4.2", "Mobile")
run/low_processor_mode=true run/low_processor_mode=true

View file

@ -1,4 +1,4 @@
extends Label extends Label
func _ready(): func _ready():
text = "v" + ProjectSettings.get_setting("application/config/version") text = ProjectSettings.get_setting("application/config/version")