Skip to content

Commit db841d3

Browse files
committed
chore: bump version to 0.3.2
1 parent fee3240 commit db841d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)