diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a163ed6..d122490 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -54,5 +54,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./release.zip - asset_name: babble.zip + asset_name: babble-${{ github.ref }}.zip asset_content_type: application/zip diff --git a/public/config.js b/public/config.js index a0bd7cf..a4c3a38 100644 --- a/public/config.js +++ b/public/config.js @@ -1,5 +1,4 @@ window.BABBLE_CONFIG = { - "version": "7", "viponly": true, "channel": "notenoughcredits", "triggerPrefix": "!js",