Skip to content

Commit 2ce0433

Browse files
committed
chore: bump version for developing
1 parent ead48be commit 2ce0433

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": "obsidian-web-clipper",
33
"packageManager": "[email protected]",
44
"type": "module",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"scripts": {
77
"ng": "ng",
88
"format": "prettier --write .",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/PrsPrsBK/ffext-manifest-schema/master/ffext.json",
33
"manifest_version": 2,
44
"name": "__MSG_extensionName__",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"description": "__MSG_extensionDescription__",
77
"permissions": ["tabs", "storage"],
88
"background": {

0 commit comments

Comments
 (0)