<<<<<<< HEAD

=======
>>>>>>> FEATURE: Add ability to claim topics on flagged topics page
Bump Plugin API version
This commit is contained in:
Robin Ward 2017-09-25 12:22:52 -04:00
parent d1ebc62065
commit cb78ffd328

View File

@ -24,7 +24,7 @@ import { addNavItem } from 'discourse/models/nav-item';
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = '0.8.10';
const PLUGIN_API_VERSION = '0.8.11';
class PluginApi {
constructor(version, container) {