We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b612c7 commit 6e67c0dCopy full SHA for 6e67c0d
VERSION
@@ -1 +1 @@
1
-0.4.0
+0.5.0
package.json
@@ -1,6 +1,6 @@
{
2
"name": "page-reader-assistant",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "A Chrome extension that allows users to ask questions about web page content using AI",
5
"scripts": {
6
"build": "webpack --mode production",
src/manifest.json
@@ -1,7 +1,7 @@
"manifest_version": 3,
"name": "Page Reader Assistant",
"description": "A Chrome extension that helps you read and analyze web pages",
"permissions": [
7
"activeTab",
0 commit comments