Skip to content

Commit 7c08603

Browse files
committed
Okay, let's cut the official v1.3.0
1 parent b53a939 commit 7c08603

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.3.0** Unreleased
4+
**v1.3.0** May 12, 2023
55
- Renamed to OpenBLCMM
66
- Added Tiny Tina's Assault on Dragon Keep support
77
- Released under GPLv3

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.3.0-rc.3";
47+
public static final String VERSION = "1.3.0";
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.3.0-rc.3"
5+
#define MyAppVersion "1.3.0"
66
#define MyAppPublisher "BLCM"
77
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
88
#define MyAppExeName "OpenBLCMM.exe"

0 commit comments

Comments
 (0)