From be2bbba0376da9fe0f82edea0c50ba134b8fb246 Mon Sep 17 00:00:00 2001 From: Zach Parks Date: Fri, 15 Nov 2024 08:14:20 -0600 Subject: [PATCH] Update version --- src/constants.ts | 2 +- typedoc.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index ffcae93..873afff 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,4 +5,4 @@ export const targetVersion = { major: 0, minor: 5, build: 1 }; // Phar if you forget to update this on release, I swear to god. -export const libraryVersion = "2.0.0"; +export const libraryVersion = "2.0.2"; diff --git a/typedoc.json b/typedoc.json index 8856a53..4accb9f 100644 --- a/typedoc.json +++ b/typedoc.json @@ -26,6 +26,7 @@ "./guides/introduction.md", "./guides/installation.md", "./guides/creating.md", + "./guides/placeholder.md" ], "dmtFavicon": "./assets/favicon.png",