This commit is contained in:
/home/neo
2026-07-12 20:11:06 +03:00
committed by GitHub
parent 0a32333019
commit 5f04f26eb8
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<h1>LCE Emerald Launcher</h1> <h1>LCE Emerald Launcher</h1>
<p><strong>FOSS cross-platform launcher for Minecraft Legacy Console Edition</strong></p> <p><strong>FOSS cross-platform launcher for Minecraft Legacy Console Edition</strong></p>
<p> <p>
<img src="https://img.shields.io/badge/version-1.5.0-blue?style=flat-square" alt="Version"> <img src="https://img.shields.io/badge/version-1.5.1-blue?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/license-GPL--3.0-green?style=flat-square" alt="License"> <img src="https://img.shields.io/badge/license-GPL--3.0-green?style=flat-square" alt="License">
<img src="https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20GNU/Linux-lightgrey?style=flat-square" alt="Platforms"> <img src="https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20GNU/Linux-lightgrey?style=flat-square" alt="Platforms">
</p> </p>
@@ -12,7 +12,7 @@
<url type="homepage">https://github.com</url> <url type="homepage">https://github.com</url>
<developer_name>Emerald Team</developer_name> <developer_name>Emerald Team</developer_name>
<releases> <releases>
<release version="1.5.0" date="2026-03-19"> <release version="1.5.1" date="2026-03-19">
<description> <description>
<p>Latest stable release of the Emerald Legacy Launcher.</p> <p>Latest stable release of the Emerald Legacy Launcher.</p>
</description> </description>
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "emerald-legacy-launcher", "name": "emerald-legacy-launcher",
"private": true, "private": true,
"version": "1.5.0", "version": "1.5.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -1043,7 +1043,7 @@ checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
[[package]] [[package]]
name = "emerald-legacy-launcher" name = "emerald-legacy-launcher"
version = "1.5.0" version = "1.5.1"
dependencies = [ dependencies = [
"base64 0.21.7", "base64 0.21.7",
"byteorder", "byteorder",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "emerald-legacy-launcher" name = "emerald-legacy-launcher"
version = "1.5.0" version = "1.5.1"
description = "A FOSS, cross-platform launcher for Minecraft Legacy Edition" description = "A FOSS, cross-platform launcher for Minecraft Legacy Edition"
authors = ["Emerald Team"] authors = ["Emerald Team"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "LCE Emerald Launcher", "productName": "LCE Emerald Launcher",
"version": "1.5.0", "version": "1.5.1",
"identifier": "com.emerald.legacy", "identifier": "com.emerald.legacy",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Emerald Legacy Launcher Nightly", "productName": "Emerald Legacy Launcher Nightly",
"version": "1.5.0-nightly", "version": "1.5.1-nightly",
"identifier": "com.emerald.legacy.nightly", "identifier": "com.emerald.legacy.nightly",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",