bumped plugin api version to 0.8.33 (#8185)
This commit is contained in:
parent
01bc465db8
commit
4d67f2a8ed
|
@ -46,7 +46,7 @@ import { queryRegistry } from "discourse/widgets/widget";
|
||||||
import Composer from "discourse/models/composer";
|
import Composer from "discourse/models/composer";
|
||||||
|
|
||||||
// If you add any methods to the API ensure you bump up this number
|
// 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 {
|
class PluginApi {
|
||||||
constructor(version, container) {
|
constructor(version, container) {
|
||||||
|
|
Loading…
Reference in New Issue