From bd9b79a7241679b5489ff7ec8f5dec17ba3a49a4 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 7 Apr 2021 13:17:17 +0100 Subject: [PATCH] Incremented version number, v1.3.0 --- VERSION | 2 +- src/Umbraco.Community.Contentment/Properties/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 89cddd5e..589268e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0-develop \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs b/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs index 8716556b..0ebad52c 100644 --- a/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs +++ b/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs @@ -2,4 +2,4 @@ [assembly: AssemblyVersion("1.3")] [assembly: AssemblyFileVersion("1.3.0")] -[assembly: AssemblyInformationalVersion("1.3.0-develop")] +[assembly: AssemblyInformationalVersion("1.3.0")]