Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Dec 20, 2023
1 parent 035d5e8 commit 23d3ad3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v0.22.52-rc"></a>

## [v0.22.52-rc](https://github.com/sereneblue/chameleon/compare/v0.22.51...v0.22.52-rc) (2023-12-20)

### Features

- update profiles

<a name="v0.22.51-rc"></a>

## [v0.22.51-rc](https://github.com/sereneblue/chameleon/compare/v0.22.50...v0.22.51-rc) (2023-12-04)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chameleon

![Chameleon version](https://img.shields.io/badge/version-0.22.51-brightgreen.svg)
![Chameleon version](https://img.shields.io/badge/version-0.22.52-brightgreen.svg)
![GPL v3 License](https://img.shields.io/badge/license-GPL%20v3-blue.svg)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/chameleon/localized.svg)](https://crowdin.com/project/chameleon)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-ext",
"version": "0.22.51",
"version": "0.22.52",
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
"author": "sereneblue",
"license": "GPLv3",
Expand Down
9 changes: 7 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"name": "Chameleon",
"description": "__MSG_extDescription__",
"author": "sereneblue",
"version": "0.22.51.0",
"version_name": "0.22.51-rc",
"version": "0.22.52.0",
"version_name": "0.22.52-rc",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{3579f63b-d8ee-424f-bbb6-6d0ce3285e6a}",
"strict_min_version": "68.0a1",
"update_url": "https://raw.githubusercontent.com/sereneblue/chameleon/develop/.github/workflows/dev/updates.json"
},
"gecko_android": {
"id": "{3579f63b-d8ee-424f-bbb6-6d0ce3285e6a}",
"strict_min_version": "68.0a1",
"update_url": "https://raw.githubusercontent.com/sereneblue/chameleon/develop/.github/workflows/dev/updates.json"
}
},
"default_locale": "en",
Expand Down

0 comments on commit 23d3ad3

Please sign in to comment.