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",
"description": "the communication app",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"dev": "vite",
"build": "vite build",

View File

@ -1,6 +1,6 @@
[package]
name = "lume"
version = "1.2.0"
version = "1.2.1"
description = "nostr client"
authors = ["Ren Amamiya"]
license = "GPL-3.0"

View File

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