Skip to content

Commit e0ebc85

Browse files
committed
1.1.4
1 parent e38e19b commit e0ebc85

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "instapaper",
33
"name": "Instapaper",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"minAppVersion": "1.5.7",
66
"description": "Connect Obsidian to your Instapaper account.",
77
"author": "Instapaper",
88
"authorUrl": "https://www.instapaper.com",
99
"isDesktopOnly": false
10-
}
10+
}

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-instapaper",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Official Instapaper plugin for Obsidian.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"1.1.0": "1.5.7",
2020
"1.1.1": "1.5.7",
2121
"1.1.2": "1.5.7",
22-
"1.1.3": "1.5.7"
22+
"1.1.3": "1.5.7",
23+
"1.1.4": "1.5.7"
2324
}

0 commit comments

Comments
 (0)