This commit is contained in:
parent
c5287352fd
commit
0055fb196b
6 changed files with 7 additions and 7 deletions
2
app/src-tauri/Cargo.lock
generated
2
app/src-tauri/Cargo.lock
generated
|
|
@ -590,7 +590,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "decky"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"keyring",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue