diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 468c173..b2ba7e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,4 @@ jobs: # Release always since this workflow is executed only if the "on" conditions are met release: true - -branding: - icon: 'upload-cloud' - color: 'purple' + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d512bc..c61646a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,14 @@ # Changelog -## v0.0.20 +## v0.0.18 - v0.0.21 New build test -## v0.0.19 - -Cleanup - -* Changelog file - -## v0.0.18 - Cleanup * Remove unnecessary files +* Changelog file ## v0.0.17 diff --git a/package.json b/package.json index e56d967..3c857f4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vaverix-twitch-bot", "description": "Desktop application that allows you to log-in into multiple Twitch.tv channels at once. It also notifies you when someone mentions you in any channel you choose and has couple of other extra features.", "author": "vaverix", - "version": "0.0.20", + "version": "0.0.21", "license": "MIT", "scripts": { "build": "yarn compile",