Skip to content

Commit

Permalink
feat: set max Clappr version for ima plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kslimani committed Jun 29, 2024
1 parent 4e61482 commit 6eedb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default class ClapprImaPlugin extends UICorePlugin {
get supportedVersion() {
return {
min: '0.4.0',
max: '1.0.0'
}
}

Expand Down

0 comments on commit 6eedb26

Please sign in to comment.