FIX: correct api version after minor bump (#14615)

This commit is contained in:
Krzysztof Kotlarek 2021-10-15 12:21:51 +11:00 committed by GitHub
parent 2e09dc8885
commit 7c7e03e54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {