Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamluckdev committed Nov 22, 2024
1 parent 34385ec commit 661ba0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-read-it-later",
"name": "ReadItLater",
"version": "0.6.0",
"version": "0.7.0",
"minAppVersion": "1.6.2",
"description": "Saves the clipboard to a new note.",
"author": "Dominik Pieper",
"authorUrl": "https://github.com/DominikPieper",
"isDesktopOnly": false
}
}
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,6 +1,6 @@
{
"name": "obsidian-ReadItLater",
"version": "0.6.0",
"version": "0.7.0",
"description": "Plugin for Obsidian to collect interesting information from your clipboard into your vault",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -38,4 +38,4 @@
"spark-md5": "^3.0.2",
"turndown": "^7.2.0"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.7.0": "1.6.2",
"0.6.0": "1.6.2",
"0.5.1": "1.6.2",
"0.5.0": "1.6.2",
Expand Down Expand Up @@ -26,4 +27,4 @@
"0.0.3": "0.9.12",
"0.0.2": "0.9.12",
"0.0.1": "0.9.12"
}
}

0 comments on commit 661ba0c

Please sign in to comment.