Skip to content

Commit

Permalink
Merge pull request #7 from RedHatTraining/zgutterm/addshorttitle
Browse files Browse the repository at this point in the history
update short title
  • Loading branch information
gjbianco authored Jan 29, 2025
2 parents 7dc8d94 + 0950803 commit 09c8c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/Asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type Asset = {
// title: string;
// edition_number: number;
// status_name: string;

short_title: string;
version_count: number;
edition_count: number;
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redhattraining/catalog-manager-models",
"repository": "https://github.com/RedHatTraining/catalog-mangaer-models",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"license": "MIT",
"main": "index.ts",
Expand Down

0 comments on commit 09c8c51

Please sign in to comment.