Version 1.1.0: Preparing release.

This commit is contained in:
Jon Jampen 2025-04-12 13:30:26 +02:00
parent 4d85b4747f
commit fdd029cf0d
3 changed files with 23 additions and 22 deletions

View file

@ -1,11 +1,11 @@
{
"id": "xournalpp",
"name": "Xournal++",
"version": "1.0.11",
"minAppVersion": "1.5.12",
"description": "Integration with Xournal++ for handwritten notes and annotations.",
"author": "Jon Jampen",
"authorUrl": "https://jonjampen.ch",
"fundingUrl": "https://buymeacoffee.com/jonjampen",
"isDesktopOnly": true
"id": "xournalpp",
"name": "Xournal++",
"version": "1.1.0",
"minAppVersion": "1.5.12",
"description": "Integration with Xournal++ for handwritten notes and annotations.",
"author": "Jon Jampen",
"authorUrl": "https://jonjampen.ch",
"fundingUrl": "https://buymeacoffee.com/jonjampen",
"isDesktopOnly": true
}

View file

@ -1,6 +1,6 @@
{
"name": "xournalpp",
"version": "1.0.11",
"version": "1.1.10",
"description": "Integration with Xournal++ for handwritten notes and annotations.",
"main": "main.js",
"scripts": {

View file

@ -1,14 +1,15 @@
{
"1.0.11": "1.5.12",
"1.0.10": "1.5.12",
"1.0.9": "1.5.12",
"1.0.8": "1.5.12",
"1.0.7": "1.5.12",
"1.0.6": "1.5.12",
"1.0.5": "1.5.12",
"1.0.4": "1.5.12",
"1.0.3": "1.5.12",
"1.0.2": "1.5.12",
"1.0.1": "1.5.12",
"1.0.0": "1.5.12"
"1.1.0": "1.5.12",
"1.0.11": "1.5.12",
"1.0.10": "1.5.12",
"1.0.9": "1.5.12",
"1.0.8": "1.5.12",
"1.0.7": "1.5.12",
"1.0.6": "1.5.12",
"1.0.5": "1.5.12",
"1.0.4": "1.5.12",
"1.0.3": "1.5.12",
"1.0.2": "1.5.12",
"1.0.1": "1.5.12",
"1.0.0": "1.5.12"
}