chore: bump version and fix gh action

This commit is contained in:
2024-01-28 07:40:08 +07:00
parent d18de93c60
commit 7b06a82ee7
4 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "pnpm run build",
"beforeDevCommand": "pnpm run dev",
@@ -9,7 +9,7 @@
},
"package": {
"productName": "Lume",
"version": "3.0.0-beta.1"
"version": "3.0.0"
},
"plugins": {
"fs": {
@@ -60,7 +60,7 @@
"icons/icon.ico"
],
"copyright": "",
"identifier": "nu.lume.Lume",
"identifier": "nu.lume.Lume",
"longDescription": "nostr client for desktop",
"shortDescription": "nostr client",
"targets": "all",