From 1c3ec4a94248f4057e594012d95318a0d908fe5c Mon Sep 17 00:00:00 2001 From: Matt Abrams <37156449+zuchka@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:39:21 -1000 Subject: [PATCH] fix typos / cruft --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71998ff..daef9af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10 env: - PLUGIN_NAME: better-word-count # Change this to the name of your plugin-id folder + PLUGIN_NAME: readability-score # Change this to the name of your plugin-id folder jobs: build: diff --git a/manifest.json b/manifest.json index 37f7b7a..1a96d72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "readability-score", "name": "Readability Score", - "version": "0.1.0", + "version": "0.1.1", "description": "Score the readabilty of your writing using the Flesch Reading Ease (FRE) formula.", "author": "zuchka", "authorUrl": "https://github.com/zuchka", diff --git a/package.json b/package.json index c4e69f5..79ff101 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "readability-score", - "version": "0.1.0", - "description": "Counts the words of selected text in the editor.", + "version": "0.1.1", + "description": "Score the readabilty of your writing using the Flesch Reading Ease (FRE) formula.", "main": "main.js", "scripts": { "lint": "eslint . --ext .ts",