Skip to content

Commit

Permalink
Requestly v23.3.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyvab committed Mar 3, 2023
1 parent 4a02415 commit 0043f41
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file modified app/public/firefox/builds/requestly-latest.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion app/public/firefox/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[email protected]": {
"updates": [
{
"version": "23.3.2",
"version": "23.3.3",
"update_link": "https://app.requestly.io/firefox/builds/requestly-latest.xpi"
}
]
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/features/Updates/changeLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { VersionedChangeLogs } from "./types";

const changeLogs: VersionedChangeLogs[] = [
{
version: "23.3.2",
version: "23.3.3",
logs: [
{
title:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions browser-extension/mv2/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 browser-extension/mv2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestly/browser-extension-mv2",
"version": "23.3.2",
"version": "23.3.3",
"description": "Browser extension to Modify HTTP requests | Request and Response Headers",
"homepage": "https://requestly.io",
"private": true,
Expand Down

0 comments on commit 0043f41

Please sign in to comment.