Skip to content

Commit

Permalink
Update 2.4.1 (Fix crítico ##1)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed Nov 29, 2024
1 parent 6dc7d79 commit f331349
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BattlyLauncher",
"productname": "Battly Launcher",
"version": "2.4.0",
"version": "2.4.1",
"buildVersion": "1003",
"description": "El mejor Launcher Personalizado para Minecraft Premium y No premium",
"main": "src/app.js",
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ ipcMain.handle("update-app", () => {

const pkgVersion = async () => {
const pkg = {
version: "2.4.0",
version: "2.4.1",
buildVersion: 1004
};
return pkg;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/panels/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3524,7 +3524,7 @@ class Home {
build: this.BattlyConfig.loader.build,
enable: loaderEnable,
},
verify: localStorage.getItem("offline-mode") === "true" ? false : true,
verify: false,
ignored: ["libraries/com/mojang/authlib"],
java: false,
memory: memory,
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let lang;

const pkgVersion = async () => {
const pkg = {
version: "2.4.0",
version: "2.4.1",
buildVersion: 1004
};
return pkg;
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</style>
<div class="dragbar"></div>
<div class="frame" id="header-frame">
<div class="titulo no-drag" style="font-weight: 800">Battly Launcher 2.4.0 <span id="header-text-to-add"
<div class="titulo no-drag" style="font-weight: 800">Battly Launcher 2.4.1 <span id="header-text-to-add"
class="header-text-to-add"></span>
</div>
<div class="buttons">
Expand Down

0 comments on commit f331349

Please sign in to comment.