From 07706bb74df9eb0d7b4b3cc0d9886dbf01fc2dad Mon Sep 17 00:00:00 2001 From: kvasonaft Date: Fri, 17 Jul 2026 00:48:31 +0300 Subject: [PATCH] updating version --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 96f02cf..fa64fa9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "fiction-book-reader", "name": "FB2 Reader", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.7.2", "description": "Read FictionBook (.fb2) files as formatted books with chapters, footnotes, images, and remembered reading positions.", "author": "kvasonaft", diff --git a/package-lock.json b/package-lock.json index 5891033..f0b1bcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fiction-book-reader", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fiction-book-reader", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", diff --git a/package.json b/package.json index 4c8bdf0..a074cff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiction-book-reader", - "version": "0.1.0", + "version": "0.1.1", "description": "Read FictionBook (.fb2) files as formatted books with chapters, footnotes, images, and remembered reading positions.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8b02889..a78c4fd 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.4.0" + "0.1.0": "1.4.0", + "0.1.1": "1.7.2" }