Skip to content

Commit 18f31b9

Browse files
committed
chore : bumped up the version
1 parent 3f1d939 commit 18f31b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "monochromate",
33
"description": "An extension that greyscales the webpage to reduce doomscrolling",
44
"private": true,
5-
"version": "1.3.2",
5+
"version": "1.4.0",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
modules: ["@wxt-dev/module-react"],
1111
manifest: {
1212
name: "Monochromate",
13-
version: "1.3.2",
13+
version: "1.4.0",
1414
description:
1515
"An extension that greyscales the webpage to reduce doomscrolling",
1616
permissions: ["storage", "activeTab", "scripting", "alarms"],

0 commit comments

Comments
 (0)