Skip to content

Commit

Permalink
chore: bump version for developing
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust committed Apr 6, 2022
1 parent ead48be commit 2ce0433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "obsidian-web-clipper",
"packageManager": "[email protected]",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"ng": "ng",
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2ce0433

Please sign in to comment.