Skip to content

Commit

Permalink
🔖 Bump version number to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2024
1 parent 64c1a65 commit 6a724e3
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-enhancing-export",
"name": "Enhancing Export",
"version": "1.10.1",
"version": "1.10.2",
"minAppVersion": "0.12.0",
"description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.",
"author": "YISH",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-enhancing-export",
"version": "1.10.1",
"version": "1.10.2",
"description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.",
"main": "dist/main.js",
"scripts": {
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -43,5 +43,6 @@
"1.9.4": "0.12.0",
"1.9.5": "0.12.0",
"1.9.6": "0.12.0",
"1.10.1": "0.12.0"
"1.10.1": "0.12.0",
"1.10.2": "0.12.0"
}

0 comments on commit 6a724e3

Please sign in to comment.