mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 21:51:55 +08:00
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";
|
import { downloadCalendar } from "discourse/lib/download-calendar";
|
||||||
|
|
||||||
// If you add any methods to the API ensure you bump up this number
|
// 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.
|
// This helper prevents us from applying the same `modifyClass` over and over in test mode.
|
||||||
function canModify(klass, type, resolverName, changes) {
|
function canModify(klass, type, resolverName, changes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user