Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoz123 committed Nov 5, 2023
1 parent 7d9a2b9 commit 8a6af2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1",
"version": "0.6.0",
"minAppVersion": "0.15.0",
"description": "Collection of various utilities (e.g. duplicate empty line remover, Obsidian plugin version downloader)",
"description": "Collection of various utilities e.g. duplicate empty line remover, Obsidian plugin release/tag version downloader (eg. for mobile tests)",
"author": "mwoz123",
"authorUrl": "https://github.com/mwoz123/",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.1",
"description": "Collection of various utilities (e.g. duplicate empty line remover, Obsidian plugin version downloader)",
"version": "0.6.0",
"description": "Collection of various utilities e.g. duplicate empty line remover, Obsidian plugin release/tag version downloader (eg. for mobile tests)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit 8a6af2d

Please sign in to comment.