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';