bumped plugin api version to 0.8.33 (#8185)

This commit is contained in:
Faizaan Gagan 2019-10-11 23:26:04 +05:30 committed by Robin Ward
parent 01bc465db8
commit 4d67f2a8ed
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import { queryRegistry } from "discourse/widgets/widget";
import Composer from "discourse/models/composer";
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = "0.8.32";
const PLUGIN_API_VERSION = "0.8.33";
class PluginApi {
constructor(version, container) {