Skip to content

Commit

Permalink
Change assembly version to 1.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagikn committed Sep 5, 2017
1 parent c98614f commit a204225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions StuntBonusV/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 以下のように '*' を使用します:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]

0 comments on commit a204225

Please sign in to comment.