diff --git a/package.json b/package.json index 07105a3..55ba729 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "obsidian-web-clipper", "packageManager": "yarn@3.1.1", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "scripts": { "ng": "ng", "format": "prettier --write .", diff --git a/src/manifest.json b/src/manifest.json index c133118..82d6b9d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/PrsPrsBK/ffext-manifest-schema/master/ffext.json", "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.3.1", + "version": "0.3.2", "description": "__MSG_extensionDescription__", "permissions": ["tabs", "storage"], "background": {