Skip to content

Commit 6e67c0d

Browse files
committed
chore: bump version to 0.5.0
1 parent 7b612c7 commit 6e67c0d

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.4.0
1+
0.5.0

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.4.0",
3+
"version": "0.5.0",
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.4.0",
4+
"version": "0.5.0",
55
"description": "A Chrome extension that helps you read and analyze web pages",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)