Skip to content

Commit

Permalink
v1.4.7.3116-Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
anoyetta committed Jan 10, 2020
1 parent 07a3bbc commit 93c0b8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.6.5900-Stable
v1.4.7.3116-Stable
10 changes: 10 additions & 0 deletions RELEASE_NOTES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,14 @@
* [Minor] 常に管理者権限で起動するようにした
</description>
</note>

<note>
<version>1.4.7.3116</version>
<channel>Stable</channel>
<timestamp>2020-01-10T16:53:58.3676172+09:00</timestamp>
<uri>https://github.com/anoyetta/RINGS/releases/download/v1.4.7.3116-Stable/RINGS_v1_4_7_3116_Stable.zip</uri>
<description>
* [Minor] fixed #26 チャットログの描画について仮想化を有効にした
</description>
</note>
</release_notes>
2 changes: 1 addition & 1 deletion source/RINGS/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.4.6.5900")]
[assembly: AssemblyVersion("1.4.7.3116")]
[assembly: AssemblyConfiguration("Stable")]

0 comments on commit 93c0b8e

Please sign in to comment.