From 810c9a2139deb27ed8b1da2626c19d48cfa128f8 Mon Sep 17 00:00:00 2001 From: grzybeek Date: Tue, 8 Nov 2022 19:22:07 +0100 Subject: [PATCH] 1.4 version --- YMTEditor/Properties/AssemblyInfo.cs | 6 +++--- YMTEditor/version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/YMTEditor/Properties/AssemblyInfo.cs b/YMTEditor/Properties/AssemblyInfo.cs index 9793e18..550a7ec 100644 --- a/YMTEditor/Properties/AssemblyInfo.cs +++ b/YMTEditor/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("YMTEditor")] -[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3")] -[assembly: AssemblyFileVersion("1.3")] +[assembly: AssemblyVersion("1.4")] +[assembly: AssemblyFileVersion("1.4")] diff --git a/YMTEditor/version.txt b/YMTEditor/version.txt index 0ac5789..9ce4272 100644 --- a/YMTEditor/version.txt +++ b/YMTEditor/version.txt @@ -1 +1 @@ -1.3 \ No newline at end of file +1.4 \ No newline at end of file