diff --git a/src/main.ts b/src/main.ts index 282f01f..be6d82f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -102,7 +102,7 @@ function onPageRendered(this: PluginOptions, page: PageEvent) { // Add TypeDoc version. if (options.footerTypedocVersion) { - page.contents = appendToFooter(page.contents, ` version ${TYPEDOC_VERSION}`); + page.contents = appendToFooter(page.contents, ` v${TYPEDOC_VERSION}`); } // Add generation date and/or time.