bump version

This commit is contained in:
Ren Amamiya 2023-08-30 16:23:38 +07:00
parent aced6077bd
commit c29ed9669e
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.0", "version": "1.2.1",
"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.0" version = "1.2.1"
description = "nostr client" description = "nostr client"
authors = ["Ren Amamiya"] authors = ["Ren Amamiya"]
license = "GPL-3.0" license = "GPL-3.0"

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "Lume", "productName": "Lume",
"version": "1.2.0" "version": "1.2.1"
}, },
"plugins": { "plugins": {
"fs": { "fs": {