Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Sep 20, 2024
1 parent abb5b12 commit 82d06b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/OneWare.Studio.Desktop/DesktopStudioApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public override void OnFrameworkInitializationCompleted()

protected override async Task LoadContentAsync()
{
Container.Resolve<IPackageService>().RegisterPackageRepository("https://raw.githubusercontent.com/one-ware/OneWare.PublicPackages/0.20/oneware-packages.json");
Container.Resolve<IPackageService>().RegisterPackageRepository("https://raw.githubusercontent.com/one-ware/OneWare.PublicPackages/0.20.3/oneware-packages.json");

var arguments = Environment.GetCommandLineArgs();

Expand Down

0 comments on commit 82d06b0

Please sign in to comment.