FIX: correct api version after minor bump (#14615)
This commit is contained in:
parent
2e09dc8885
commit
7c7e03e54b
|
@ -95,7 +95,7 @@ import { disableDefaultBadging } from "discourse/initializers/badging";
|
|||
import { downloadCalendar } from "discourse/lib/download-calendar";
|
||||
|
||||
// If you add any methods to the API ensure you bump up this number
|
||||
const PLUGIN_API_VERSION = "0.13.6";
|
||||
const PLUGIN_API_VERSION = "0.13.0";
|
||||
|
||||
// This helper prevents us from applying the same `modifyClass` over and over in test mode.
|
||||
function canModify(klass, type, resolverName, changes) {
|
||||
|
|
Loading…
Reference in New Issue