2
0
Fork 0
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:
Guo Xiang Tan 2016-07-01 09:25:37 +08:00
parent 813fcebdd1
commit d102a079b1
No known key found for this signature in database
GPG key ID: 19C321C8952B0F72
3 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@ export default {
name: "add-poll-ui-builder",
initialize() {
withPluginApi('0.1', initializePollUIBuilder);
withPluginApi('0.5', initializePollUIBuilder);
}
};