Merge branch 'hotfix/0.8.1' into develop

This commit is contained in:
Luke Leppan 2022-02-24 15:31:11 +02:00
commit 56fe1653be
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "better-word-count",
"name": "Better Word Count",
"version": "0.8.0",
"version": "0.8.1",
"description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com",

View file

@ -1,6 +1,6 @@
{
"name": "better-word-count",
"version": "0.8.0",
"version": "0.8.1",
"description": "Counts the words of selected text in the editor.",
"main": "main.js",
"scripts": {

View file

@ -29,11 +29,11 @@ export default class BetterWordCount extends Plugin {
// }
onload() {
this.createCMExtension();
let statusBarEl = this.addStatusBarItem();
BetterWordCount.statusBar = new StatusBar(statusBarEl);
this.createCMExtension();
// this.settings = Object.assign(DEFAULT_SETTINGS, await this.loadData());
// this.addSettingTab(new BetterWordCountSettingsTab(this.app, this));