parent
5fb9271878
commit
be16205118
|
@ -56,7 +56,7 @@ import { on } from "@ember/object/evented";
|
|||
import KeyboardShortcuts from "discourse/lib/keyboard-shortcuts";
|
||||
|
||||
// If you add any methods to the API ensure you bump up this number
|
||||
const PLUGIN_API_VERSION = "0.10.0";
|
||||
const PLUGIN_API_VERSION = "0.10.1";
|
||||
|
||||
class PluginApi {
|
||||
constructor(version, container) {
|
||||
|
|
Loading…
Reference in New Issue