From 1c26f62dba75b47be65c1f3f32a34f154b58677f Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Thu, 27 Apr 2023 21:00:01 -0400 Subject: [PATCH] Bump to 0.2.0 --- CHANGELOG.txt | 2 +- PackageBuilder/Assets/Mapify/version.txt | 2 +- info.json | 2 +- repository.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e51a1d8..42c821a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -0.x.x: +0.2.0: Runtime: - Added track LODs. You shouldn't see track popping-in anymore when travelling through the world. - Fixed vegetation not being visible on terrain. diff --git a/PackageBuilder/Assets/Mapify/version.txt b/PackageBuilder/Assets/Mapify/version.txt index 17e51c3..0ea3a94 100644 --- a/PackageBuilder/Assets/Mapify/version.txt +++ b/PackageBuilder/Assets/Mapify/version.txt @@ -1 +1 @@ -0.1.1 +0.2.0 diff --git a/info.json b/info.json index 4845dc1..745b77c 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "Id": "Mapify", - "Version": "0.1.1", + "Version": "0.2.0", "DisplayName": "Mapify", "Author": "Insprill", "EntryMethod": "Mapify.Main.Load", diff --git a/repository.json b/repository.json index 22f162c..aa49897 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,10 @@ { "Releases": [ + { + "Id": "Mapify", + "Version": "0.2.0", + "DownloadUrl": "https://github.com/Insprill/dv-mapify/releases/download/v0.2.0/Mapify_v0.2.0.zip" + }, { "Id": "Mapify", "Version": "0.1.1",