Release Decky 0.3.2
Some checks are pending
Validate Decky / web-client (push) Waiting to run

This commit is contained in:
Elijah 2026-07-20 09:15:52 -07:00
parent c5287352fd
commit 0055fb196b
6 changed files with 7 additions and 7 deletions

View file

@ -590,7 +590,7 @@ dependencies = [
[[package]]
name = "decky"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"keyring",
"serde",

View file

@ -1,6 +1,6 @@
[package]
name = "decky"
version = "0.3.1"
version = "0.3.2"
description = "A focused cross-platform client for Nextcloud Deck"
authors = ["Elijah Kuntz"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Decky",
"version": "0.3.1",
"version": "0.3.2",
"identifier": "com.elijahkuntz.decky",
"build": {
"beforeDevCommand": "npm run dev",