chore: bump version to 1.1.5

This commit is contained in:
itsRevela
2026-04-17 15:21:47 -05:00
parent 7f91168799
commit 0ba63bf748
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "revelations-launcher",
"private": true,
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[package]
name = "revelations-launcher"
version = "1.1.4"
version = "1.1.5"
description = "A FOSS, cross-platform launcher for Minecraft Legacy Console Edition"
authors = ["itsRevela"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Revelations Launcher",
"version": "1.1.4",
"version": "1.1.5",
"identifier": "com.revelations.lce",
"build": {
"beforeDevCommand": "npm run dev",