Skip to content

Commit 5a99d05

Browse files
committed
Version updated to 0.6.4
1 parent 4d48c80 commit 5a99d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bionic-reading-epub-converter-webapp",
33
"displayName": "Bionic Reading EPUB Converter WebApp",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"description": "WebApp to convert EPUB files to Bionic Reading format",
66
"main": "index.js",
77
"scripts": {

src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { marked } from 'marked';
88
* It also includes a method to update the HTML content of the application's index page.
99
*/
1010
export default class Config {
11-
public static readonly version = '0.6.3';
11+
public static readonly version = '0.6.4';
1212
public static readonly title = 'Bionic Reading EPUB Converter';
1313
public static readonly description = 'Convert EPUB to Bionic Reading EPUB.';
1414
public static readonly author = 'M. Passarello';

0 commit comments

Comments
 (0)