Skip to content

Commit f3eb544

Browse files
committed
Update version to 1.0.14
1 parent e9a342d commit f3eb544

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
@@ -80,7 +80,7 @@ public void OnUpdate()
8080
{
8181
}
8282

83-
public Version Version => new Version(1, 0, 13);
83+
public Version Version => new Version(1, 0, 14);
8484

8585
public async Task CheckForUpdate()
8686
{

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.13.0")]
35-
[assembly: AssemblyFileVersion("1.0.13.0")]
34+
[assembly: AssemblyVersion("1.0.14.0")]
35+
[assembly: AssemblyFileVersion("1.0.14.0")]

0 commit comments

Comments
 (0)