DEV: plugin api should have been bumped for #8825395 (#9874)

This commit is contained in:
Joffrey JAFFEUX 2020-05-25 21:44:15 +02:00 committed by GitHub
parent 5fb9271878
commit be16205118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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.10.1";
class PluginApi {
constructor(version, container) {