diff --git a/Build/Changes.txt b/Build/Changes.txt
index ed2355672..69de0c495 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.222.(build_#) (2021-02-22)
+Current BETA/RC Version 5.21.223.(build_#) (2021-02-23)
========================================================
--------------------------------------------------------
@@ -65,6 +65,8 @@ NEW:
--------------------------------------------------------
CHANGES:
--------------------------------------------------------
+[.223.1]- MiniPath: switch xbutton logic for browsing direction.
+[.223.1]- Code styling reformat MiniPath sources (AStyle: OTBS).
[.222.1]- Minor refactorings.
[.222.1]- Toggle Line-Comments: handling of selection start movement.
[.219.1]- Simple Line Comment Toggle handles each line separately (Line Edit after toggle will still set mode of 1st line = former behavior).
diff --git a/Versions/build.txt b/Versions/build.txt
index 0cfbf0888..d00491fd7 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-2
+1
diff --git a/Versions/day.txt b/Versions/day.txt
index c200906ef..5f277ae78 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-222
+223
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 467935500..c5e7ea02c 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 rc
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 7724b6824..ce2afc0b6 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 222
-#define VERSION_BUILD 2
+#define VERSION_REV 223
+#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6
#define UCHARDET_VER 2018.09.27