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:
Guo Xiang Tan 2020-05-15 21:22:44 +08:00
parent 6a96c424b7
commit d1146ccb7b
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -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.8.44";
const PLUGIN_API_VERSION = "0.10.0";
class PluginApi {
constructor(version, container) {