diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 942d479b..79ea0e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: # Create Beta artifacts (Builds with the name changed to beta) - name: Create Chrome Beta artifacts - run: npm run build:chrome -- --env.stream=beta + run: npm run build:chrome -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: ChromeExtensionBeta @@ -112,7 +112,7 @@ jobs: # Firefox Beta - name: Create Firefox Beta artifacts - run: npm run build:firefox -- --env.stream=beta + run: npm run build:firefox -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: FirefoxExtensionBeta diff --git a/manifest/manifest.json b/manifest/manifest.json index c01b4b12..d7556537 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "4.1", + "version": "4.1.1", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app",