mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 04:10:22 +08:00
FIX: Correct plugin api version bump.
It doesn't seem to be following semver.
This commit is contained in:
parent
461b4e5cc6
commit
6a96c424b7
@ -55,7 +55,7 @@ import { on } from "@ember/object/evented";
|
|||||||
import KeyboardShortcuts from "discourse/lib/keyboard-shortcuts";
|
import KeyboardShortcuts from "discourse/lib/keyboard-shortcuts";
|
||||||
|
|
||||||
// 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.10.0";
|
const PLUGIN_API_VERSION = "0.8.44";
|
||||||
|
|
||||||
class PluginApi {
|
class PluginApi {
|
||||||
constructor(version, container) {
|
constructor(version, container) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user