diff --git a/README_Changes.txt b/README_Changes.txt index 297d26b..ad5d0f1 100644 --- a/README_Changes.txt +++ b/README_Changes.txt @@ -49,6 +49,10 @@ Changes    外字用1文字フォントの利用 ---- +1.1.1b26Q (2024/09/14) + - web小説の改行を減らした + - try-with-resourcesの使用などリファクタリング + - 表紙サイズ指定の修正 1.1.1b25Q (2024/08/25)  - 使用しているライブラリの更新  - IOUtils.copyをtransferToに書き換え diff --git a/src/AozoraEpub3.java b/src/AozoraEpub3.java index 4e66121..82a3fdf 100644 --- a/src/AozoraEpub3.java +++ b/src/AozoraEpub3.java @@ -33,7 +33,7 @@ /** コマンドライン実行用mainとePub3変換関数 */ public class AozoraEpub3 { - public static final String VERSION = "1.1.1b25Q"; + public static final String VERSION = "1.1.1b26Q"; /** コマンドライン実行用 */ public static void main(String[] args)