mirror of
https://github.com/shrekbytes/advanced-pdf-export.git
synced 2026-07-22 07:25:03 +00:00
chore: bump version to 4.1.3
bump version to 4.1.3 add fundingurl
This commit is contained in:
parent
321b41be47
commit
117ac6a6ea
3 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue