From a77a082e0a93449314d8b265c01171260e3f3ed4 Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 20 May 2024 19:55:46 +0200 Subject: [PATCH] Version updated to 0.7.1 --- package.json | 2 +- src/Config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d162091..b345314 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bionic-reading-epub-converter-webapp", "displayName": "Bionic Reading EPUB Converter WebApp", - "version": "0.7.0", + "version": "0.7.1", "description": "WebApp to convert EPUB files to Bionic Reading format", "main": "index.js", "scripts": { diff --git a/src/Config.ts b/src/Config.ts index c27c863..70a3e4a 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -8,7 +8,7 @@ import { marked } from 'marked'; * It also includes a method to update the HTML content of the application's index page. */ export default class Config { - public static readonly version = '0.7.0'; + public static readonly version = '0.7.1'; public static readonly title = 'Bionic Reading EPUB Converter'; public static readonly description = 'Convert EPUB to Bionic Reading EPUB.'; public static readonly author = 'M. Passarello';