Skip to content

Commit

Permalink
1.1.1b29Qビルド
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Oct 11, 2024
1 parent 034d2cd commit 684a94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README_Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Changes
   外字用1文字フォントの利用

----
1.1.1b29Q (2024/10/11)
 - メニューバーにヘルプの追加
 - NumberFormatExceptionの修正
 - 表紙サイズを0にするとリサイズを無効化
1.1.1b28Q (2024/10/05)
 - HTML青空文庫変換の調整
 - GUI上からのUA設定に変更
Expand Down
2 changes: 1 addition & 1 deletion src/AozoraEpub3.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/** コマンドライン実行用mainとePub3変換関数 */
public class AozoraEpub3
{
public static final String VERSION = "1.1.1b28Q";
public static final String VERSION = "1.1.1b29Q";

/** コマンドライン実行用 */
public static void main(String[] args)
Expand Down

0 comments on commit 684a94b

Please sign in to comment.