fix: version number

This commit is contained in:
neoapps-dev 2026-04-15 11:13:13 +03:00
parent 2d425c7bd0
commit 8165e6c22c
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "emerald-legacy-launcher"
version = "1.0.1"
version = "1.1.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.0.1",
"version": "1.1.0",
"identifier": "com.emerald.legacy",
"build": {
"beforeDevCommand": "npm run dev",