Skip to content

Commit ad02d24

Browse files
committed
chore: Update package.json and manifest.json versions
1 parent 0121bfb commit ad02d24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Claudet",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"description": "Claudet: Claude.ai Voice Input",
55
"scripts": {
66
"build": "webpack",

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Claudet: Claude.ai Voice Input",
44
"description": "Add voice input capability to Claude.ai using Transformers.js and Groq API",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"permissions": [ "storage"],
77
"host_permissions": ["https://api.groq.com/*"],
88
"background": {

0 commit comments

Comments
 (0)