diff --git a/data/assets/modules/exoplanets/exoplanets_data.asset b/data/assets/modules/exoplanets/exoplanets_data.asset index 19486ab11b..e5836be76d 100644 --- a/data/assets/modules/exoplanets/exoplanets_data.asset +++ b/data/assets/modules/exoplanets/exoplanets_data.asset @@ -2,7 +2,7 @@ local DataPath = asset.syncedResource({ Name = "Exoplanet Data Files", Type = "HttpSynchronization", Identifier = "exoplanets_data", - Version = 4 + Version = 5 }) local colormaps = asset.syncedResource({ @@ -30,7 +30,7 @@ asset.export("DataPath", DataPath) asset.meta = { Name = "Exoplanet Data", - Version = "4.0", + Version = "5.0", Description = [[The data that is used for the exoplanet systems. The data has been derived from the 'Planetary Systems Composite Data' dataset from the NASA Exoplanet Archive]],