updating version

This commit is contained in:
kvasonaft 2026-07-17 00:48:31 +03:00
parent d6d8a10c81
commit 07706bb74d
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"0.1.0": "1.4.0"
"0.1.0": "1.4.0",
"0.1.1": "1.7.2"
}