Skip to content

Commit f364050

Browse files
authored
Merge pull request #49 from janhq/chore/version_bump
chore: version bump to 0.13.0
2 parents 2bb4cf8 + c0b66bd commit f364050

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

manifest.firefox.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": "Jan Browser MCP",
4-
"version": "0.12.17",
4+
"version": "0.13.0",
55
"description": "Minimal browser extension that exposes tab automation to the Jan MCP bridge.",
66
"browser_specific_settings": {
77
"gecko": {

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": "Jan Browser MCP",
4-
"version": "0.12.17",
4+
"version": "0.13.0",
55
"description": "Minimal browser extension that exposes tab automation to the Jan MCP bridge.",
66
"icons": {
77
"16": "icons/app-16.png",

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "search-mcp-server",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"private": true,
55
"type": "module",
66
"license": "Apache-2.0",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jan-browser",
3-
"version": "0.12.17",
3+
"version": "0.13.0",
44
"description": "Minimal browser extension that connects Jan's MCP tools to the active browser.",
55
"type": "module",
66
"main": "index.js",

resources/mcp-servers/jan-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "search-mcp-server",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"private": true,
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)