version bump to 0.1.7

This commit is contained in:
Lena Brueder 2025-06-09 15:04:13 +02:00
parent 60b251f103
commit 80888b5ac5
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pocketbook-cloud-highlight-importer",
"name": "Pocketbook Cloud Highlight Importer",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "1.1.16",
"description": "Imports notes and highlights from your Pocketbook Cloud account.",
"author": "Lena Brüder",

View file

@ -1,6 +1,6 @@
{
"name": "pocketbook-cloud-highlight-importer",
"version": "0.1.6",
"version": "0.1.7",
"description": "Pocketbook Cloud Highlight Importer",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"0.1.3": "1.1.16",
"0.1.4": "1.1.16",
"0.1.5": "1.1.16",
"0.1.6": "1.1.16"
"0.1.6": "1.1.16",
"0.1.7": "1.1.16"
}