Skip to content

Commit 3597de8

Browse files
committed
Okay, go ahead and cut v1.4.1
1 parent bbe8565 commit 3597de8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OpenBLCMM Changelog
22
===================
33

4-
**v1.4.1** *(unreleased)*
4+
**v1.4.1** September 4, 2023
55
- Fixed a crash which could happen when hitting next/prev quickly when searching
66
in Object Explorer dumps or code edit window.
77
- Fixed "Flatten category contents" action to always leave statements in the

src/blcmm/Meta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Meta {
4444
/**
4545
* App version. Should follow https://semver.org/ conventions.
4646
*/
47-
public static final String VERSION = "1.4.1-alpha";
47+
public static final String VERSION = "1.4.1";
4848

4949
/**
5050
* User data directory for storing prefs, extracted data, etc. If NAME

windows-processing/openblcmm.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OpenBLCMM"
5-
#define MyAppVersion "1.4.0"
5+
#define MyAppVersion "1.4.1"
66
#define MyAppPublisher "BLCM"
77
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
88
#define MyAppExeName "OpenBLCMM.exe"

0 commit comments

Comments
 (0)