Skip to content

Commit 751ec20

Browse files
committed
1.0.14
1 parent be4b779 commit 751ec20

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "camera-embed",
33
"name": "Camera Embed",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"minAppVersion": "1.4.0",
66
"description": "Capture and compress a photo on Android, then embed it into your note.",
77
"author": "Sviatoslav Melnyk",

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": "camera-embed",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Obsidian plugin to capture a photo and embed it into the note.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"1.0.10": "1.0.0",
1313
"1.0.11": "1.0.0",
1414
"1.0.12": "1.0.0",
15-
"1.0.13": "1.4.0"
15+
"1.0.13": "1.4.0",
16+
"1.0.14": "1.4.0"
1617
}

0 commit comments

Comments
 (0)