File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
OpenBLCMM Changelog
2
2
===================
3
3
4
- ** v1.4.1** * (unreleased) *
4
+ ** v1.4.1** September 4, 2023
5
5
- Fixed a crash which could happen when hitting next/prev quickly when searching
6
6
in Object Explorer dumps or code edit window.
7
7
- Fixed "Flatten category contents" action to always leave statements in the
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class Meta {
44
44
/**
45
45
* App version. Should follow https://semver.org/ conventions.
46
46
*/
47
- public static final String VERSION = "1.4.1-alpha " ;
47
+ public static final String VERSION = "1.4.1" ;
48
48
49
49
/**
50
50
* User data directory for storing prefs, extracted data, etc. If NAME
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " OpenBLCMM"
5
- #define MyAppVersion " 1.4.0 "
5
+ #define MyAppVersion " 1.4.1 "
6
6
#define MyAppPublisher " BLCM"
7
7
#define MyAppURL " https://github.com/BLCM/OpenBLCMM/"
8
8
#define MyAppExeName " OpenBLCMM.exe"
You can’t perform that action at this time.
0 commit comments