Skip to content

Commit

Permalink
chore: bump extension version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov authored Jan 8, 2025
1 parent c87e969 commit 8ed5453
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHROME_EXTENSION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
## Chrome

1. Download the [`chrome-react-scanner-extension-v1.0.0.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`chrome-react-scanner-extension-v1.0.1.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Chrome and navigate to `chrome://extensions/`.
4. Enable "Developer mode" if it is not already enabled.
5. Click "Load unpacked" and select the unzipped folder (or drag the folder into the page).

## Firefox

1. Download the [`firefox-react-scanner-extension-v1.0.0.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`firefox-react-scanner-extension-v1.0.1.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Firefox and navigate to `about:debugging#/runtime/this-firefox`.
4. Click "Load Temporary Add-on..."
5. Select `manifest.json` from the unzipped folder

## Brave

1. Download the [`brave-react-scanner-extension-v1.0.0.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`brave-react-scanner-extension-v1.0.1.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Brave and navigate to `brave://extensions`.
4. Click "Load unpacked" and select the unzipped folder (or drag the folder into the page).
6 changes: 3 additions & 3 deletions packages/extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ pnpm pack:all
```

This will create:
- `chrome-react-scanner-extension-v1.0.0.zip`
- `firefox-react-scanner-extension-v1.0.0.zip`
- `brave-react-scanner-extension-v1.0.0.zip`
- `chrome-react-scanner-extension-v1.0.1.zip`
- `firefox-react-scanner-extension-v1.0.1.zip`
- `brave-react-scanner-extension-v1.0.1.zip`

in the `build` directory.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-scan/extension",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8ed5453

Please sign in to comment.