chore: bump version to 4.1.3

bump version to 4.1.3
add fundingurl
This commit is contained in:
Walid 2026-06-29 01:30:23 +06:00
parent 321b41be47
commit 117ac6a6ea
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,11 @@
{
"id": "advanced-pdf-export",
"name": "Advanced PDF Export",
"version": "4.1.2",
"version": "4.1.3",
"minAppVersion": "1.11.1",
"description": "Export notes as pixel-perfect PDFs with live preview, style presets, manual page breaks, tables, and full layout control.",
"author": "ShrekBytes",
"authorUrl": "https://github.com/ShrekBytes",
"isDesktopOnly": true
"isDesktopOnly": true,
"fundingUrl": "https://shrekbytes.github.io/support/"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-advanced-pdf-export",
"version": "4.1.2",
"version": "4.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-advanced-pdf-export",
"version": "4.1.2",
"version": "4.1.3",
"dependencies": {
"pdf-lib": "^1.17.1"
},

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-advanced-pdf-export",
"version": "4.1.2",
"version": "4.1.3",
"description": "Obsidian plugin for advanced PDF export",
"author": "ShrekBytes",
"repository": {