DEV: bumping for customHref nav item API (#8029)

This commit is contained in:
Joffrey JAFFEUX
2019-08-22 12:25:02 +02:00
committed by GitHub
parent 7fe6d295b8
commit 78eb05e4ea

View File

@ -45,7 +45,7 @@ import { addCategorySortCriteria } from "discourse/components/edit-category-sett
import { queryRegistry } from "discourse/widgets/widget";
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = "0.8.31";
const PLUGIN_API_VERSION = "0.8.32";
class PluginApi {
constructor(version, container) {