Skip to content

Commit 9ac2027

Browse files
committed
v1.2.3
1 parent 2c7f3e5 commit 9ac2027

3 files changed

Lines changed: 4 additions & 3 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": "obsidian-telegraph-publish",
33
"name": "Telegraph Publish",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"minAppVersion": "0.12.0",
66
"description": "",
77
"author": "Reorx",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-telegraph-publish",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"main": "main.js",
55
"scripts": {
66
"start": "node esbuild.config.mjs",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.1.0": "0.12.0",
44
"1.1.1": "0.12.0",
55
"1.2.0": "0.12.0",
6-
"1.2.2": "0.12.0"
6+
"1.2.2": "0.12.0",
7+
"1.2.3": "0.12.0"
78
}

0 commit comments

Comments
 (0)