diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 812f6f6..2c28c93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: body: | Download and install the extension from the [extension store](https://github.com/dessant/buster#readme) of your browser. - Learn more about this release from the [changelog](https://github.com/dessant/buster/blob/master/CHANGELOG.md#changelog). + Learn more about this release from the [changelog](https://github.com/dessant/buster/blob/main/CHANGELOG.md#changelog). files: artifacts/*/* fail_on_unmatched_files: true draft: true diff --git a/README.md b/README.md index 5429a86..5f52bd1 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@



- + Chrome Web Store Firefox add-ons - + Microsoft Store Opera add-ons @@ -64,7 +64,7 @@ from [this](https://github.com/dessant/buster-client#readme) repository. ## License -Copyright (c) 2018-2022 Armin Sebastian +Copyright (c) 2018-2023 Armin Sebastian This software is released under the terms of the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for further information. diff --git a/package.json b/package.json index 169256c..7bb56bd 100755 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "inspect": "cross-env NODE_ENV=production gulp inspect", "update": "ncu --upgrade", "release": "standard-version", - "push": "git push --follow-tags origin master" + "push": "git push --follow-tags origin main" }, "dependencies": { "@fontsource/roboto": "^4.5.8",