version bump to 0.1.5

This commit is contained in:
Lena Brueder 2023-05-20 22:10:27 +02:00
parent b4cc81d40b
commit 4900f165f1
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.4",
"version": "0.1.5",
"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.3",
"version": "0.1.5",
"description": "Pocketbook Cloud Highlight Importer",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"0.1.1": "1.1.16",
"0.1.2": "1.1.16",
"0.1.3": "1.1.16",
"0.1.4": "1.1.16"
"0.1.4": "1.1.16",
"0.1.5": "1.1.16"
}