Skip to content

Commit

Permalink
Okay, go ahead and cut v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apocalyptech committed Sep 4, 2023
1 parent bbe8565 commit 3597de8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OpenBLCMM Changelog
===================

**v1.4.1** *(unreleased)*
**v1.4.1** September 4, 2023
- Fixed a crash which could happen when hitting next/prev quickly when searching
in Object Explorer dumps or code edit window.
- Fixed "Flatten category contents" action to always leave statements in the
Expand Down
2 changes: 1 addition & 1 deletion src/blcmm/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Meta {
/**
* App version. Should follow https://semver.org/ conventions.
*/
public static final String VERSION = "1.4.1-alpha";
public static final String VERSION = "1.4.1";

/**
* User data directory for storing prefs, extracted data, etc. If NAME
Expand Down
2 changes: 1 addition & 1 deletion windows-processing/openblcmm.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OpenBLCMM"
#define MyAppVersion "1.4.0"
#define MyAppVersion "1.4.1"
#define MyAppPublisher "BLCM"
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
#define MyAppExeName "OpenBLCMM.exe"
Expand Down

0 comments on commit 3597de8

Please sign in to comment.