Skip to content

Commit 1e9180c

Browse files
committed
Version updated to 0.8.3
1 parent c463a45 commit 1e9180c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.8.2",
4+
"version": "0.8.3",
55
"description": "WebApp to convert EPUB files to Bionic Reading format",
66
"main": "index.js",
77
"scripts": {
@@ -60,4 +60,4 @@
6060
"marked": "^12.0.2",
6161
"xmlserializer": "^0.6.1"
6262
}
63-
}
63+
}

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.8.2';
11+
public static readonly version = '0.8.3';
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)