Skip to content

Commit

Permalink
Fixed description and bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtmrz committed Mar 16, 2022
1 parent 97e2465 commit e3de027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-screwdriver",
"name": "Screwdriver",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.12.0",
"description": "Utility for picking and putting hidden files",
"description": "Utility to put any files in and out under your vault.",
"author": "vorotamoroz",
"authorUrl": "https://github.com/vrtmrz",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-screwdriver",
"version": "0.0.1",
"description": "Utility for picking and putting hidden files",
"version": "0.0.3",
"description": "Utility to put any files in and out under your vault.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit e3de027

Please sign in to comment.