diff --git a/Versions/build.txt b/Versions/build.txt index c98e88a99..091d5b0a2 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2713 +2714 diff --git a/doc/KeyboardShortcuts.txt b/doc/KeyboardShortcuts.txt index 7a9472615..ea5790cb6 100644 --- a/doc/KeyboardShortcuts.txt +++ b/doc/KeyboardShortcuts.txt @@ -19,7 +19,7 @@ Keyboard Shortcuts for Notepad3 Tools Alt+N Open document in new window. - Alt+Shit+N Open new empty window. + Alt+Shift+N Open new empty window. Ctrl+M Run MiniPath file browser plugin. Ctrl+L Launch document. Alt+L Open with. diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 074ca286a..2d2b64984 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 BETA diff --git a/src/VersionEx.h b/src/VersionEx.h index d71bccebd..ce7e51eb0 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 124 -#define VERSION_BUILD 2713 +#define VERSION_REV 125 +#define VERSION_BUILD 2714 #define SCINTILLA_VER 430 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27