DEV: Bump client side plugin-api version.

Follow-up to  91456ad2cb
This commit is contained in:
Alan Guo Xiang Tan 2021-07-30 09:33:13 +08:00
parent 5a47b351ac
commit 5633c40e50
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ import { addSearchResultsCallback } from "discourse/lib/search";
import { addSearchSuggestion } from "discourse/widgets/search-menu-results";
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = "0.11.7";
const PLUGIN_API_VERSION = "0.12.0";
class PluginApi {
constructor(version, container) {