Browse Source

Updated to 5.7

deadmoon 4 years ago
parent
commit
fd904a9095
4 changed files with 7 additions and 4 deletions
  1. 4 1
      CHANGELOG.md
  2. 1 1
      Optimizer/Program.cs
  3. 1 1
      README.md
  4. 1 1
      version.txt

+ 4 - 1
CHANGELOG.md

@@ -2,7 +2,10 @@
 
 
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 
 
-## [5.6] - 2020-12-19
+## [5.7] - 2020-12-20
+- Added: F.lux in Common Apps
+
+## [5.6] - 2020-12-20
 - Hotfix: Disable Telemetry Services
 - Hotfix: Disable Telemetry Services
 
 
 ## [5.5] - 2020-12-19
 ## [5.5] - 2020-12-19

+ 1 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         // Enter current version here
         // Enter current version here
 
 
         internal readonly static float Major = 5;
         internal readonly static float Major = 5;
-        internal readonly static float Minor = 6;
+        internal readonly static float Minor = 7;
 
 
         internal static string GetCurrentVersionTostring()
         internal static string GetCurrentVersionTostring()
         {
         {

+ 1 - 1
README.md

@@ -44,5 +44,5 @@ https://github.com/hellzerg/optimizer/blob/master/CHANGELOG.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 5.6
+* Latest version: 5.7
 * Released: December 20, 2020
 * Released: December 20, 2020

+ 1 - 1
version.txt

@@ -1 +1 @@
-5.6
+5.7