Skip to content

Commit 7ba483d

Browse files
committed
v0.5.6;
Signed-off-by: Sahil Shubham <[email protected]>
1 parent 33a30e2 commit 7ba483d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/extension/package.json

+1-1
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.5",
4+
"version": "0.5.6",
55
"private": true,
66
"dependencies": {
77
"@iconify/react": "^3.1.3",

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.5",
5+
"version": "0.5.6",
66
"icons": {
77
"16": "Assets/icon16x16.png",
88
"48": "Assets/icon48x48.png",

apps/webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mexit-webapp",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"license": "MIT",
55
"scripts": {
66
"dev": "NX_BUILD_MODE=development vite",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mexit",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve",

0 commit comments

Comments
 (0)