FIX: Correct plugin api version bump.

It doesn't seem to be following semver.
This commit is contained in:
Guo Xiang Tan 2020-05-15 21:16:13 +08:00
parent 461b4e5cc6
commit 6a96c424b7
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 1 additions and 1 deletions
app/assets/javascripts/discourse/app/lib

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