diff --git a/package.json b/package.json index f3ba6df..6b699a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aviarytech/tev2-hrgt", - "version": "0.0.5", + "version": "0.0.6", "description": "Human Readable Glossary Tool (HRGT)", "main": "lib/Run.js", "types": "lib/Run.d.ts", diff --git a/src/Run.ts b/src/Run.ts index 943263f..82b3b28 100644 --- a/src/Run.ts +++ b/src/Run.ts @@ -68,7 +68,9 @@ async function main(): Promise { } console.log( - chalk.red(figlet.textSync("TEv2 HRGT", { horizontalLayout: "full" })) + chalk.red( + figlet.textSync(`TEv2 HRGT v${version}`, { horizontalLayout: "full" }) + ) ); if (options.config) {