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 ## Features
**Current**: v0.2.0 **Current**: v0.2.1
- [x] create new key - [x] create new key
- [x] import private key (hex/nsec) - [x] import private key (hex/nsec)

View File

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

View File

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

View File

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