Skip to content

Commit 0feb607

Browse files
committed
Update version
1 parent 229a6dd commit 0feb607

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "taxy-ai-chrome-extension",
3-
"version": "0.0.1",
2+
"name": "taxy-ai-browser-extension",
3+
"version": "1.1.0",
44
"description": "Web agent to do your bidding online",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com:TaxyAI/chrome-extension.git"
8+
"url": "https://github.com:TaxyAI/browser-extension.git"
99
},
1010
"scripts": {
1111
"build": "node utils/build.js",

src/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": 3,
33
"name": "Taxy AI Alpha",
44
"description": "A chrome extension that executes DOM actions to fulfill natural language commands on any website",
5+
"version": "1.1.0",
56
"options_page": "options.html",
67
"background": { "service_worker": "background.bundle.js" },
78
"permissions": [

0 commit comments

Comments
 (0)