Skip to content

Commit fdd029c

Browse files
committed
Version 1.1.0: Preparing release.
1 parent 4d85b47 commit fdd029c

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"id": "xournalpp",
3-
"name": "Xournal++",
4-
"version": "1.0.11",
5-
"minAppVersion": "1.5.12",
6-
"description": "Integration with Xournal++ for handwritten notes and annotations.",
7-
"author": "Jon Jampen",
8-
"authorUrl": "https://jonjampen.ch",
9-
"fundingUrl": "https://buymeacoffee.com/jonjampen",
10-
"isDesktopOnly": true
2+
"id": "xournalpp",
3+
"name": "Xournal++",
4+
"version": "1.1.0",
5+
"minAppVersion": "1.5.12",
6+
"description": "Integration with Xournal++ for handwritten notes and annotations.",
7+
"author": "Jon Jampen",
8+
"authorUrl": "https://jonjampen.ch",
9+
"fundingUrl": "https://buymeacoffee.com/jonjampen",
10+
"isDesktopOnly": true
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xournalpp",
3-
"version": "1.0.11",
3+
"version": "1.1.10",
44
"description": "Integration with Xournal++ for handwritten notes and annotations.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"1.0.11": "1.5.12",
3-
"1.0.10": "1.5.12",
4-
"1.0.9": "1.5.12",
5-
"1.0.8": "1.5.12",
6-
"1.0.7": "1.5.12",
7-
"1.0.6": "1.5.12",
8-
"1.0.5": "1.5.12",
9-
"1.0.4": "1.5.12",
10-
"1.0.3": "1.5.12",
11-
"1.0.2": "1.5.12",
12-
"1.0.1": "1.5.12",
13-
"1.0.0": "1.5.12"
2+
"1.1.0": "1.5.12",
3+
"1.0.11": "1.5.12",
4+
"1.0.10": "1.5.12",
5+
"1.0.9": "1.5.12",
6+
"1.0.8": "1.5.12",
7+
"1.0.7": "1.5.12",
8+
"1.0.6": "1.5.12",
9+
"1.0.5": "1.5.12",
10+
"1.0.4": "1.5.12",
11+
"1.0.3": "1.5.12",
12+
"1.0.2": "1.5.12",
13+
"1.0.1": "1.5.12",
14+
"1.0.0": "1.5.12"
1415
}

0 commit comments

Comments
 (0)