mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "FIX: Correct plugin api version bump."
This reverts commit 6a96c424b7
.
False alarm. I was deploying on a docker image which was still on 0.9.0.
This commit is contained in:
parent
6a96c424b7
commit
d1146ccb7b
@ -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.8.44";
|
const PLUGIN_API_VERSION = "0.10.0";
|
||||||
|
|
||||||
class PluginApi {
|
class PluginApi {
|
||||||
constructor(version, container) {
|
constructor(version, container) {
|
||||||
|
Loading…
Reference in New Issue
Block a user