From 2ce0433a953d6c4c48a40e1b592b323ef77d55cf Mon Sep 17 00:00:00 2001 From: SettingDust Date: Wed, 6 Apr 2022 19:12:50 +0800 Subject: [PATCH] chore: bump version for developing --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {