diff --git a/VERSION b/VERSION index 48edf95e..f2ef0398 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-alpha003 \ No newline at end of file +3.0.0-alpha004 \ No newline at end of file diff --git a/build/build-pkgs.ps1 b/build/build-pkgs.ps1 index 6a4a149a..89b341a5 100644 --- a/build/build-pkgs.ps1 +++ b/build/build-pkgs.ps1 @@ -12,7 +12,7 @@ $nugetTitle = "Contentment for Umbraco"; $packageDescription = "Contentment, a collection of components for Umbraco."; $packageUrl = 'https://github.com/leekelleher/umbraco-contentment'; $authorName = 'Lee Kelleher'; -$minUmbracoVersion = "9.0.0-rc001"; +$minUmbracoVersion = "9.0.0-rc002"; $copyright = "" + [char]0x00A9 + " " + (Get-Date).year + " $authorName"; $tags = "umbraco"; diff --git a/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj b/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj index 5739e71c..853286f4 100644 --- a/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj +++ b/src/Umbraco.Community.Contentment/Umbraco.Community.Contentment.csproj @@ -6,7 +6,7 @@