From b94e8784838bd86823440298a6c1db13ea26eacb Mon Sep 17 00:00:00 2001 From: xen-42 Date: Tue, 2 Jan 2024 17:28:46 -0500 Subject: [PATCH] Update manifest.json --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7de30a4..d70d2bd 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,9 @@ "author": "xen", "name": "New Horizons Examples", "uniqueName": "xen.NewHorizonsExamples", - "version": "0.20.0", + "version": "0.20.1", "owmlVersion": "2.5.2", "dependencies": [ "xen.NewHorizons" ], - "pathsToPreserve": [ ".git", ".github", ".gitignore", "README.md", "LICENSE" ] + "pathsToPreserve": [ ".git", ".github", ".gitignore", "README.md", "LICENSE" ], + "donateLink": "https://www.patreon.com/ownh" }