Skip to content

Commit 508e41a

Browse files
committed
fix versioncheck, hit api.rubberduckvba.com
1 parent fa853db commit 508e41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Main/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private void InitializeAddIn()
193193

194194
if (_initialSettings?.CanShowSplash ?? false)
195195
{
196-
splash = new Splash2021(new VersionCheck.VersionCheckService(typeof(Splash2021).Assembly.GetName().Version));
196+
splash = new Splash2021(new VersionCheck.VersionCheckService(typeof(Splash2021).Assembly.GetName().Version, new PublicApiClient()));
197197
splash.Show();
198198
splash.Refresh();
199199
}

0 commit comments

Comments
 (0)