bump version

This commit is contained in:
Ren Amamiya 2023-09-06 16:53:05 +07:00
parent 5c8850ea8f
commit 48066a4018
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "lume", "name": "lume",
"description": "the communication app", "description": "the communication app",
"private": true, "private": true,
"version": "1.2.2", "version": "1.2.3",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lume" name = "lume"
version = "1.2.2" version = "1.2.3"
description = "the communication app" description = "the communication app"
authors = ["Ren Amamiya"] authors = ["Ren Amamiya"]
license = "GPL-3.0" license = "GPL-3.0"

View File

@ -9,7 +9,7 @@
}, },
"package": { "package": {
"productName": "Lume", "productName": "Lume",
"version": "1.2.2" "version": "1.2.3"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {