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",