chore: switch to calver

This commit is contained in:
2024-10-31 13:46:41 +07:00
parent c201b5816c
commit bbc052eebc
5 changed files with 9 additions and 9 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -10,7 +10,7 @@ checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "Lume"
version = "4.0.0"
version = "2024.11.0"
dependencies = [
"border",
"futures",

View File

@@ -1,6 +1,6 @@
[package]
name = "Lume"
version = "4.0.0"
version = "2024.11.0"
description = "nostr client"
authors = ["npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445"]
repository = "https://github.com/lumehq/lume"

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "Lume",
"version": "4.3.0",
"version": "2024.11.0",
"identifier": "nu.lume.Lume",
"build": {
"beforeDevCommand": "pnpm dev",