Skip to content

Commit 23d9302

Browse files
author
MSzturc
committed
bump version
1 parent 809a34e commit 23d9302

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "better-pdf-plugin",
33
"name": "Better PDF Plugin",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "0.10.11",
66
"description": "Goal of this Plugin in to implement a native PDF handling workflow",
77
"author": "MSzturc",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-pdf-plugin",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Goal of this Plugin in to implement a native PDF handling workflow",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2+
"1.1.2": "0.10.11",
23
"1.1.1": "0.10.11",
3-
"1.1.0": "0.10.11",
4-
"1.0.2": "0.9.12",
5-
"1.0.1": "0.9.12",
6-
"1.0.0": "0.9.7"
4+
"1.1.0": "0.10.11"
75
}

0 commit comments

Comments
 (0)