bump version

This commit is contained in:
Ren Amamiya 2023-03-28 13:33:27 +07:00
parent 70fbd37a46
commit 8dd6e4e374
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ Lume is "an ambitious nostr client", so I don't want to limit it be a part of yo
## Features
**Current**: v0.2.0
**Current**: v0.2.1
- [x] create new key
- [x] import private key (hex/nsec)

View File

@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",

View File

@ -1,6 +1,6 @@
[package]
name = "lume"
version = "0.2.0"
version = "0.2.1"
description = "nostr client"
authors = ["Ren Amamiya"]
license = ""

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "Lume",
"version": "0.2.0"
"version": "0.2.1"
},
"tauri": {
"allowlist": {