Skip to content

Commit 80888b5

Browse files
committed
version bump to 0.1.7
1 parent 60b251f commit 80888b5

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.6",
4+
"version": "0.1.7",
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.6",
3+
"version": "0.1.7",
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
@@ -4,5 +4,6 @@
44
"0.1.3": "1.1.16",
55
"0.1.4": "1.1.16",
66
"0.1.5": "1.1.16",
7-
"0.1.6": "1.1.16"
7+
"0.1.6": "1.1.16",
8+
"0.1.7": "1.1.16"
89
}

0 commit comments

Comments
 (0)