mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Bump Plugin API version for icon api
This commit is contained in:
parent
6dfa3625df
commit
41afd9c818
@ -23,7 +23,7 @@ import { registerIconRenderer } from 'discourse-common/lib/icon-library';
|
||||
|
||||
|
||||
// If you add any methods to the API ensure you bump up this number
|
||||
const PLUGIN_API_VERSION = '0.8.7';
|
||||
const PLUGIN_API_VERSION = '0.8.8';
|
||||
|
||||
class PluginApi {
|
||||
constructor(version, container) {
|
||||
|
Loading…
Reference in New Issue
Block a user