diff --git a/scenes/Version.gd b/scenes/Version.gd index 1f2a391..6e2295d 100644 --- a/scenes/Version.gd +++ b/scenes/Version.gd @@ -7,7 +7,7 @@ const api_endpoint = "https://api.github.com/repos/noidexe/godot-version-manager # Add '-devel' for versions not intended for release # Remove '-devel' when commiting a build to be tagged as release # Remember to update version in export settings before exporting -const version_tag = "v1.6-devel" +const version_tag = "v1.6" # Initialized to the release list page as a fallback in case it fails to # get the link to the latest release for some reason diff --git a/theme/main.theme b/theme/main.theme index c456e08..b8624b6 100644 Binary files a/theme/main.theme and b/theme/main.theme differ diff --git a/theme/round_and_shaded.stylebox b/theme/round_and_shaded.stylebox index 91c0507..c3edb89 100644 Binary files a/theme/round_and_shaded.stylebox and b/theme/round_and_shaded.stylebox differ