Skip to content

Commit 4455304

Browse files
committed
Okay, let's cut 1.3.0-rc.1
1 parent d8bda5e commit 4455304

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ OpenBLCMM Changelog
99
- Compatibility through Java 20
1010
- Windows EXE packaging updated, with optional full GUI installer. No need
1111
to install Java!
12-
- Mac packaging features a bundled Automator app for easier launching,
13-
courtesy ZetaDæmon
1412
- Removed features:
1513
- GUI Launcher / Autoupdates
1614
- GUI to set system memory. The Windows EXE version doesn't really need it

src/blcmm/Meta.java

Lines changed: 3 additions & 5 deletions
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-beta.7";
47+
public static final String VERSION = "1.3.0-rc.1";
4848

4949
/**
5050
* User data directory for storing prefs, extracted data, etc. If NAME
@@ -61,8 +61,7 @@ public class Meta {
6161
/**
6262
* URL to the project releases.
6363
*/
64-
//public static final String RELEASES_URL = CODE_URL + "/releases";
65-
public static final String RELEASES_URL = "https://github.com/apocalyptech/OpenBLCMM-TestBed/releases";
64+
public static final String RELEASES_URL = CODE_URL + "/releases";
6665

6766
/**
6867
* URL to where to submit bugs, shown on the crash handler dialog.
@@ -78,8 +77,7 @@ public class Meta {
7877
* by a comma; the first is the database (schema) version, the second being
7978
* the data version.
8079
*/
81-
//public static final String UPDATE_VERSION_URL = "https://raw.githubusercontent.com/BLCM/OpenBLCMM/main/openblcmm-latest.txt";
82-
public static final String UPDATE_VERSION_URL = "https://raw.githubusercontent.com/apocalyptech/OpenBLCMM-TestBed/main/openblcmm-latest.txt";
80+
public static final String UPDATE_VERSION_URL = "https://raw.githubusercontent.com/BLCM/OpenBLCMM/main/openblcmm-latest.txt";
8381

8482
/**
8583
* URL where data pack downloads are available.

0 commit comments

Comments
 (0)