From a405e803dc1a2605e518b33fe5cc5ad4ba3ee995 Mon Sep 17 00:00:00 2001 From: Hangjit Rai Date: Mon, 14 Oct 2024 11:01:22 +1100 Subject: [PATCH] cleanup --- .github/workflows/release.yml | 2 +- distribution/manifest_v2.json | 2 +- distribution/manifest_v3.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed21341..06bb9b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - run: yarn install --frozen-lockfile - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: yarn install, build, and test diff --git a/distribution/manifest_v2.json b/distribution/manifest_v2.json index bba254a..8f6cda9 100644 --- a/distribution/manifest_v2.json +++ b/distribution/manifest_v2.json @@ -1,6 +1,6 @@ { "name": "Auto Capitalise Sentence", - "description": "Browser add-on/extension to automatically capitalise the first letter of a sentence while typing.", + "description": "Firefox browser add-on/extension to automatically capitalise the first letter of a sentence while typing.", "homepage_url": "https://github.com/hrai/auto-capitalise-sentence/", "manifest_version": 2, "version": "0.0.0", diff --git a/distribution/manifest_v3.json b/distribution/manifest_v3.json index 469f3c2..0792cf3 100644 --- a/distribution/manifest_v3.json +++ b/distribution/manifest_v3.json @@ -1,6 +1,6 @@ { "name": "Auto Capitalise Sentence", - "description": "Browser add-on/extension to automatically capitalise the first letter of a sentence in text fields while typing.", + "description": "Chromium browser add-on/extension to automatically capitalise the first letter of a sentence in text fields while typing.", "homepage_url": "https://github.com/hrai/auto-capitalise-sentence/", "manifest_version": 3, "version": "0.0.0",