bump to v1.1.0: accessibility, filter bar fix, updated README

This commit is contained in:
Your Name
2026-02-19 20:15:01 +02:00
parent 799e3fe4b9
commit 64c42d092a
7 changed files with 56 additions and 9 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2360,7 +2360,7 @@ dependencies = [
[[package]]
name = "openpylon"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "openpylon"
version = "1.0.1"
version = "1.1.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "openpylon",
"version": "1.0.1",
"version": "1.1.0",
"identifier": "com.openpylon.app",
"build": {
"beforeDevCommand": "npm run dev",