Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyldog committed Oct 21, 2021
1 parent 0a44edb commit a7d73bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ Allows you to search for files by their inner markdown title (i.e: the first H1

### Insert Zettel link

Lets you search by markdown titles like the "Open zettel" command above, but inserts a link to the file instead of opening it.
Lets you search by markdown titles like the "Open zettel" command above, but inserts a link to the file instead of opening it.

## Contributors

- [pauloday](https://github.com/pauloday)
- [quarterdane](https://github.com/quarterdane)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "luhman",
"name": "Luhmann",
"version": "1.0.2",
"version": "1.1.0",
"minAppVersion": "0.11.13",
"description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames",
"author": "Dylan Elliott",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luhman",
"version": "1.0.2",
"version": "1.1.0",
"description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a7d73bc

Please sign in to comment.