Skip to content

Commit 6bb5886

Browse files
committed
Release 0.5.1
1 parent 9cbb9de commit 6bb5886

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-read-it-later",
33
"name": "ReadItLater",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"minAppVersion": "1.6.2",
66
"description": "Saves the clipboard to a new note.",
77
"author": "Dominik Pieper",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-ReadItLater",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Plugin for Obsidian to collect interesting information from your clipboard into your vault",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"0.5.1": "1.6.2",
23
"0.5.0": "1.6.2",
34
"0.4.0": "0.15.9",
45
"0.3.1": "0.15.9",

0 commit comments

Comments
 (0)