Skip to content

Commit 46e2792

Browse files
committed
chore: bump version to 0.7.1
1 parent c8e2163 commit 46e2792

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "page-reader-assistant",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A Chrome extension that allows users to ask questions about web page content using AI",
55
"scripts": {
66
"build": "webpack --mode production",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Page Reader Assistant",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "A Chrome extension that helps you read and analyze web pages",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)