Bump desktop app to 0.1.5 (release with Lua auto-install, smoothing, airspace + Linux patchelf fix)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 14:32:57 +02:00
parent 138498956e
commit be424a6c3c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5900,7 +5900,7 @@ dependencies = [
[[package]]
name = "xplane-cockpit"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"local-ip-address",
"serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "xplane-cockpit"
version = "0.1.4"
version = "0.1.5"
description = "Desktop launcher for the X-Plane G1000 web cockpit"
authors = ["karim"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "X-Plane Cockpit",
"version": "0.1.4",
"version": "0.1.5",
"identifier": "ch.kgva.xplanecockpit",
"build": {
"frontendDist": "../ui"