Skip to content

Commit 6031348

Browse files
committed
v0.5.7
1 parent 6659420 commit 6031348

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

apps/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mexit",
33
"description": "Mexit - Augment your thoughts, Automate your tasks",
4-
"version": "0.5.6",
4+
"version": "0.5.7",
55
"private": true,
66
"dependencies": {
77
"@iconify/react": "^3.1.3",
@@ -80,4 +80,4 @@
8080
"last 1 safari version"
8181
]
8282
}
83-
}
83+
}

apps/extension/src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Mexit",
33
"description": "Mexit - Augment your thoughts, Automate your tasks",
44
"manifest_version": 3,
5-
"version": "0.5.6",
5+
"version": "0.5.7",
66
"icons": {
77
"16": "Assets/icon16x16.png",
88
"48": "Assets/icon48x48.png",

apps/webapp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mexit-webapp",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"license": "MIT",
55
"scripts": {
66
"dev": "NX_BUILD_MODE=development vite",
@@ -102,4 +102,4 @@
102102
"last 1 safari version"
103103
]
104104
}
105-
}
105+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mexit",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve",
@@ -43,4 +43,4 @@
4343
"prettier": "^2.5.1",
4444
"swc-loader": "^0.1.15"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)