Skip to content

Commit

Permalink
Merge pull request #3863 from activepieces/fix/interfaces
Browse files Browse the repository at this point in the history
fix: add minimum support for interfaces
  • Loading branch information
abuaboud committed Feb 8, 2024
2 parents 1bc0e82 + 996400f commit 36bfaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pieces/community/interfaces/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { onFormSubmission } from './lib/triggers/interface-trigger';
export const interfaces = createPiece({
displayName: 'Interfaces',
auth: PieceAuth.None(),
minimumSupportedRelease: '0.9.0',
minimumSupportedRelease: '0.19.0',
logoUrl: 'https://cdn.activepieces.com/pieces/interfaces.png',
authors: ['MoShizzle'],
actions: [returnFile, returnMarkdown],
Expand Down

0 comments on commit 36bfaea

Please sign in to comment.