chore: bump

This commit is contained in:
neoapps-dev
2026-07-06 21:55:04 +03:00
parent ecf3ca084f
commit 7124b4a316
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<h1>LCE Emerald Launcher</h1>
<p><strong>FOSS cross-platform launcher for Minecraft Legacy Console Edition</strong></p>
<p>
<img src="https://img.shields.io/badge/version-1.0.0-blue?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/version-1.5.0-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/platform-Windows%20%7C%20macOS%20%7C%20GNU/Linux-lightgrey?style=flat-square" alt="Platforms">
</p>

View File

@@ -12,7 +12,7 @@
<url type="homepage">https://github.com</url>
<developer_name>Emerald Team</developer_name>
<releases>
<release version="1.4.1" date="2026-03-19">
<release version="1.5.0" date="2026-03-19">
<description>
<p>Latest stable release of the Emerald Legacy Launcher.</p>
</description>

View File

@@ -1,7 +1,7 @@
{
"name": "emerald-legacy-launcher",
"private": true,
"version": "1.4.1",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -1043,7 +1043,7 @@ checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
[[package]]
name = "emerald-legacy-launcher"
version = "1.4.1"
version = "1.5.0"
dependencies = [
"base64 0.21.7",
"byteorder",

View File

@@ -1,6 +1,6 @@
[package]
name = "emerald-legacy-launcher"
version = "1.4.1"
version = "1.5.0"
description = "A FOSS, cross-platform launcher for Minecraft Legacy Edition"
authors = ["Emerald Team"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "LCE Emerald Launcher",
"version": "1.4.1",
"version": "1.5.0",
"identifier": "com.emerald.legacy",
"build": {
"beforeDevCommand": "npm run dev",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Emerald Legacy Launcher Nightly",
"version": "1.4.0-nightly",
"version": "1.5.0-nightly",
"identifier": "com.emerald.legacy.nightly",
"build": {
"beforeDevCommand": "npm run dev",