From 5811295120acf8c8805cec9810f1347e2aa1aa0b Mon Sep 17 00:00:00 2001 From: leekelleher Date: Wed, 30 Dec 2020 16:08:11 +0000 Subject: [PATCH] Incremented version number, v1.1.3 --- VERSION | 2 +- src/Umbraco.Community.Contentment/Properties/VersionInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8428158d..9c1218c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 \ No newline at end of file +1.1.3 \ 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 cdd57bd6..62a2b93e 100644 --- a/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs +++ b/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyVersion("1.1")] -[assembly: AssemblyFileVersion("1.1.2")] -[assembly: AssemblyInformationalVersion("1.1.2-develop")] +[assembly: AssemblyFileVersion("1.1.3")] +[assembly: AssemblyInformationalVersion("1.1.3-develop")]