Skip to content

Commit

Permalink
Merge branch 'release/3.0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
paralleltree committed Feb 20, 2021
2 parents 6154686 + d6540a7 commit 7cbfee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ched/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
[assembly: ComVisible(false)]
[assembly: Guid("4c0c9f98-6fcf-4d2f-b821-37a66362dc75")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.0.1.0")]

[assembly: DisableDpiAwareness]
1 change: 1 addition & 0 deletions Ched/UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ void lambda(object p, EventArgs q)
try
{
CommitChanges();
var context = new SoundPreviewContext(ScoreBook.Score, CurrentMusicSource);
if (!PreviewManager.Start(context, startTick)) return;
isAbortAtLastNoteItem.Enabled = false;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## ダウンロード

現在の最新版は[v3.0.0](https://github.com/paralleltree/Ched/releases)です。
現在の最新版は[v3.0.1](https://github.com/paralleltree/Ched/releases)です。

## 使い方

Expand Down

0 comments on commit 7cbfee8

Please sign in to comment.