From 75c1690ebf6e3e6253d6ac342febe4b24f6929e3 Mon Sep 17 00:00:00 2001 From: Charlie Whitfield Date: Mon, 25 Sep 2023 15:54:42 -0400 Subject: [PATCH] Update submodules & version --- addons/ivoyager_table_importer | 2 +- ivoyager | 2 +- planetarium/planetarium.gd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/ivoyager_table_importer b/addons/ivoyager_table_importer index f92f996..6916568 160000 --- a/addons/ivoyager_table_importer +++ b/addons/ivoyager_table_importer @@ -1 +1 @@ -Subproject commit f92f996779b61ee987155dcc1604a3cfb1f7f169 +Subproject commit 6916568110ed659cfc42444bfa4aed1f5c43fedc diff --git a/ivoyager b/ivoyager index 0d011ed..19aee63 160000 --- a/ivoyager +++ b/ivoyager @@ -1 +1 @@ -Subproject commit 0d011ed8540b6c868fd27ecc3765b51df66d4483 +Subproject commit 19aee633baed6a67f1d741492f48b7398c721402 diff --git a/planetarium/planetarium.gd b/planetarium/planetarium.gd index fc41fdf..e0acbee 100644 --- a/planetarium/planetarium.gd +++ b/planetarium/planetarium.gd @@ -30,7 +30,7 @@ extends RefCounted const EXTENSION_NAME := "Planetarium" const EXTENSION_VERSION := "0.0.16" const EXTENSION_BUILD := "" -const EXTENSION_STATE := "dev" # 'dev', 'alpha', 'beta', 'rc', '' +const EXTENSION_STATE := "" # 'dev', 'alpha', 'beta', 'rc', '' const EXTENSION_YMD := 20230925 # displayed if EXTENSION_STATE = 'dev' const USE_THREADS := true # set false for debugging