Skip to content

Commit

Permalink
Merge pull request #50 from alfredotoselli/plugin-comp-versions
Browse files Browse the repository at this point in the history
chore: compatible cat version props
  • Loading branch information
zAlweNy26 authored Nov 18, 2024
2 parents 6568f06 + 2618a09 commit 579c0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/models/Plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ export type Plugin = {
tools?: Array<{
name: string;
}>;
min_cat_version: string;
max_cat_version: string;
};

0 comments on commit 579c0f4

Please sign in to comment.