mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Bump plugin API version.
This commit is contained in:
parent
813fcebdd1
commit
d102a079b1
3 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,6 @@ export default {
|
|||
name: "add-poll-ui-builder",
|
||||
|
||||
initialize() {
|
||||
withPluginApi('0.1', initializePollUIBuilder);
|
||||
withPluginApi('0.5', initializePollUIBuilder);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue