Skip to content

Commit

Permalink
Replace version with v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jul 15, 2022
1 parent 230e523 commit c719a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c719a7d

Please sign in to comment.