mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
chore: bump version to 0.4.0 [skip ci]
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"tauri"
|
"tauri"
|
||||||
],
|
],
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "OpenList Team",
|
"name": "OpenList Team",
|
||||||
"email": "96409857+Kuingsmile@users.noreply.github.com"
|
"email": "96409857+Kuingsmile@users.noreply.github.com"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "openlist-desktop"
|
name = "openlist-desktop"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["Kuingsmile"]
|
authors = ["Kuingsmile"]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "OpenList Desktop",
|
"productName": "OpenList Desktop",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"identifier": "io.github.openlistteam.openlist.desktop",
|
"identifier": "io.github.openlistteam.openlist.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "yarn run dev",
|
"beforeDevCommand": "yarn run dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user