Skip to content

Commit 367feda

Browse files
committed
Update version to 1.0.13
1 parent e1ce305 commit 367feda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Advisor/AdvisorPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void OnUpdate()
7878
{
7979
}
8080

81-
public Version Version => new Version(1, 0, 12);
81+
public Version Version => new Version(1, 0, 13);
8282

8383
public async Task CheckForUpdate()
8484
{

Advisor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.12.0")]
35-
[assembly: AssemblyFileVersion("1.0.12.0")]
34+
[assembly: AssemblyVersion("1.0.13.0")]
35+
[assembly: AssemblyFileVersion("1.0.13.0")]

0 commit comments

Comments
 (0)