FIX: Correct plugin api version bump.
It doesn't seem to be following semver.
This commit is contained in:
parent
461b4e5cc6
commit
6a96c424b7
app/assets/javascripts/discourse/app/lib
|
@ -55,7 +55,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.8.44";
|
||||
|
||||
class PluginApi {
|
||||
constructor(version, container) {
|
||||
|
|
Loading…
Reference in New Issue