diff --git a/manifest.json b/manifest.json index e6f770b..1c68aa8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "easy-typing-obsidian", "name": "Easy Typing", - "version": "5.3.0", + "version": "5.3.1", "minAppVersion": "0.15.0", "description": "Autoformat your note as typing.(Auto captalize, autospace)", "author": "yaozhuwa", diff --git a/package.json b/package.json index 4980595..602c55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-typing-obsidian", - "version": "5.3.0", + "version": "5.3.1", "description": "Autoformat your note as typing.(Auto captalize, autospace and more...)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 216ebe0..e5bc4e4 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "5.2.1": "0.15.0", "5.2.2": "0.15.0", "5.2.3": "0.15.0", - "5.3.0": "0.15.0" + "5.3.0": "0.15.0", + "5.3.1": "0.15.0" } \ No newline at end of file