Skip to content

Commit 4900f16

Browse files
committed
version bump to 0.1.5
1 parent b4cc81d commit 4900f16

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "pocketbook-cloud-highlight-importer",
33
"name": "Pocketbook Cloud Highlight Importer",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"minAppVersion": "1.1.16",
66
"description": "Imports notes and highlights from your Pocketbook Cloud account.",
77
"author": "Lena Brüder",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pocketbook-cloud-highlight-importer",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "Pocketbook Cloud Highlight Importer",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.1.1": "1.1.16",
33
"0.1.2": "1.1.16",
44
"0.1.3": "1.1.16",
5-
"0.1.4": "1.1.16"
5+
"0.1.4": "1.1.16",
6+
"0.1.5": "1.1.16"
67
}

0 commit comments

Comments
 (0)