fix: calver

This commit is contained in:
2024-11-01 18:33:03 +07:00
parent f3e875eeea
commit f346282c3c
5 changed files with 6 additions and 6 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"app": { "app": {
"windows": [ "windows": [
{ {

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"app": { "app": {
"windows": [ "windows": [
{ {