File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ OpenBLCMM Changelog
9
9
- Compatibility through Java 20
10
10
- Windows EXE packaging updated, with optional full GUI installer. No need
11
11
to install Java!
12
- - Mac packaging features a bundled Automator app for easier launching,
13
- courtesy ZetaDæmon
14
12
- Removed features:
15
13
- GUI Launcher / Autoupdates
16
14
- GUI to set system memory. The Windows EXE version doesn't really need it
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.3.0-beta.7 " ;
47
+ public static final String VERSION = "1.3.0-rc.1 " ;
48
48
49
49
/**
50
50
* User data directory for storing prefs, extracted data, etc. If NAME
@@ -61,8 +61,7 @@ public class Meta {
61
61
/**
62
62
* URL to the project releases.
63
63
*/
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" ;
66
65
67
66
/**
68
67
* URL to where to submit bugs, shown on the crash handler dialog.
@@ -78,8 +77,7 @@ public class Meta {
78
77
* by a comma; the first is the database (schema) version, the second being
79
78
* the data version.
80
79
*/
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" ;
83
81
84
82
/**
85
83
* URL where data pack downloads are available.
You can’t perform that action at this time.
0 commit comments