diff --git a/README.md b/README.md index 8499b0a..bf3b1c4 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ Table editor for Umbraco 13. **Umbraco 13** -Install for Umbraco 13 via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Tables/13.0.0). Either via the .NET CLI: +Install for Umbraco 13 via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Tables/13.0.1). Either via the .NET CLI: ``` -dotnet add package Limbo.Umbraco.Tables --version 13.0.0 +dotnet add package Limbo.Umbraco.Tables --version 13.0.1 ``` or the NuGet Package Manager: ``` -Install-Package Limbo.Umbraco.Tables -Version 13.0.0 +Install-Package Limbo.Umbraco.Tables -Version 13.0.1 ``` **Umbraco 10, 11 and 12** diff --git a/releases/nuget/Limbo.Umbraco.Tables.13.0.1.nupkg b/releases/nuget/Limbo.Umbraco.Tables.13.0.1.nupkg new file mode 100644 index 0000000..a67fd98 Binary files /dev/null and b/releases/nuget/Limbo.Umbraco.Tables.13.0.1.nupkg differ diff --git a/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj b/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj index 4b5bbc7..23372d8 100644 --- a/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj +++ b/src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj @@ -8,7 +8,7 @@ - 13.0.0 + 13.0.1 build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`)) Limbo Limbo Tables