From 43a0a287ec67fa0eb13ea7472323731fb34d9418 Mon Sep 17 00:00:00 2001 From: takubokudori Date: Sun, 15 Dec 2019 15:29:12 +0900 Subject: [PATCH] v1.3.0 --- LineFormatter/Form1.Designer.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LineFormatter/Form1.Designer.cs b/LineFormatter/Form1.Designer.cs index 77d799b..2bf26fc 100644 --- a/LineFormatter/Form1.Designer.cs +++ b/LineFormatter/Form1.Designer.cs @@ -185,7 +185,7 @@ private void InitializeComponent() this.TitleLbl.Name = "TitleLbl"; this.TitleLbl.Size = new System.Drawing.Size(214, 24); this.TitleLbl.TabIndex = 2; - this.TitleLbl.Text = "LineFormatter v1.2.0"; + this.TitleLbl.Text = "LineFormatter v1.3.0"; // // button1 // diff --git a/README.md b/README.md index 7899bd4..1aa33e5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # 変更点 -## v1.3.0 +## v1.3.0 (2019/12/15) - i.e.の整形追加 - 貼付したときにフォントを強制変更するように変更