Skip to content

Commit

Permalink
release: prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
magnasilvar committed Sep 2, 2021
1 parent ae4b6e7 commit 5a3930b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

## How to install it
**Google Consent Bypass** is not available on *Chrome Web Store*, you have to install it manually:
* Download [google-consent-bypass-0.2.1.crx](https://github.com/magnasilvar/google-consent-bypass/releases/download/0.2.1/google-consent-bypass-0.2.1.crx) and unzip it.
* Download [google-consent-bypass-0.3.0.crx](https://github.com/magnasilvar/google-consent-bypass/releases/download/0.3.0/google-consent-bypass-0.3.0.crx) and unzip it.
* Go to the [chrome://extensions](chrome://extensions) page.
* Enable `Developer Mode`.
* Click the `Load unpacked` button and select the unzipped extension folder.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=magnasilvar

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=google-consent-bypass
sonar.projectVersion=0.2.1
sonar.projectVersion=0.3.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extension_title__",
"homepage_url": "https://github.com/magnasilvar/google-consent-bypass/",
"description": "__MSG_extension_desc__",
"version": "0.2.1",
"version": "0.3.0",
"default_locale": "en",
"manifest_version": 3,
"icons": {
Expand Down

0 comments on commit 5a3930b

Please sign in to comment.