From f09b5ce98fd2e7f04537d39f8bf6ec516670c8c3 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 24 Aug 2022 19:30:47 -0400 Subject: [PATCH] Bump version number + more credits --- NewHorizons/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index 47515b79..67d58f7c 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -1,11 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/amazingalek/owml/master/schemas/manifest_schema.json", "filename": "NewHorizons.dll", - "author": "xen, Bwc9876, clay, MegaPiggy, John, Book", + "author": "xen, Bwc9876, clay, MegaPiggy, John, Hawkbar, Trifid, Book", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.4.3", - "owmlVersion": "2.5.2", + "version": "1.5.0", + "owmlVersion": "2.6.0", "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_Randomizer" ], "pathsToPreserve": [ "planets", "systems", "translations" ] }