Skip to content

Commit

Permalink
DEV: Bump client side plugin-api version.
Browse files Browse the repository at this point in the history
Follow-up to  91456ad
  • Loading branch information
tgxworld committed Jul 30, 2021
1 parent 5a47b35 commit 5633c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/app/lib/plugin-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import { addSearchResultsCallback } from "discourse/lib/search";
import { addSearchSuggestion } from "discourse/widgets/search-menu-results";

// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = "0.11.7";
const PLUGIN_API_VERSION = "0.12.0";

class PluginApi {
constructor(version, container) {
Expand Down

0 comments on commit 5633c40

Please sign in to comment.