Skip to content

Commit

Permalink
udpate docs & vesrions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoz123 committed Oct 29, 2023
1 parent 473d9a4 commit bb2c310
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Collection of various, small command pallete utilities.
Currently handled commands:
- remove duplicated empty lines (replace with single)
- remove empty lines
- download plugin (tag) version

4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "swiss-army-knife",
"name": "Swiss army knife",
"version": "0.5.0",
"version": "0.5.1",
"minAppVersion": "0.15.0",
"description": "Collection of various utilities (e.g. duplicate empty line remover)",
"description": "Collection of various utilities (e.g. duplicate empty line remover, Obsidian plugin version downloader)",
"author": "mwoz123",
"authorUrl": "https://github.com/mwoz123/",
"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": "swiss-army-knife",
"version": "0.1.0",
"description": "Collection of various Obsidian utils",
"version": "0.5.1",
"description": "Collection of various utilities (e.g. duplicate empty line remover, Obsidian plugin version downloader)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit bb2c310

Please sign in to comment.