File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " bionic-reading-epub-converter-webapp" ,
33 "displayName" : " Bionic Reading EPUB Converter WebApp" ,
4- "version" : " 0.6.1 " ,
4+ "version" : " 0.6.2 " ,
55 "description" : " WebApp to convert EPUB files to Bionic Reading format" ,
66 "main" : " index.js" ,
77 "scripts" : {
Original file line number Diff line number Diff 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 */
1010export default class Config {
11- public static readonly version = '0.6.1 ' ;
11+ public static readonly version = '0.6.2 ' ;
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' ;
You can’t perform that action at this time.
0 commit comments