diff --git a/README.md b/README.md index 96cb7aa..0ba2a75 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,16 @@ URLs can be added to redirect to either a content item, media item or a custom U ## Installation -The Umbraco 10 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.2). To install the package, you can use either .NET CLI: +The Umbraco 10 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.3). To install the package, you can use either .NET CLI: ``` -dotnet add package Skybrud.Umbraco.Redirects --version 4.0.2 +dotnet add package Skybrud.Umbraco.Redirects --version 4.0.3 ``` or the older NuGet Package Manager: ``` -Install-Package Skybrud.Umbraco.Redirects -Version 4.0.2 +Install-Package Skybrud.Umbraco.Redirects -Version 4.0.3 ``` **Umbraco 9**