bump 0.1.1

This commit is contained in:
Ren Amamiya 2023-02-24 20:20:30 +07:00
parent 4bc0f1d51d
commit 7cb813d74d
4 changed files with 6 additions and 4 deletions

View File

@ -51,7 +51,8 @@ Lume is "an ambitious nostr client", so I don't want to limit it be a part of yo
## Features
**Current**: v0.1.0-alpha
**Current**: v0.1.1-alpha
- [x] create new key
- [x] import private key (hex/nsec)
- [x] followings newsfeed
@ -65,6 +66,7 @@ Lume is "an ambitious nostr client", so I don't want to limit it be a part of yo
- [x] cache profile to local database
**Next**:
- [ ] offline support
- [ ] implement newsfeed infinite loading
- [ ] handle tags (#[x]) in note

View File

@ -1,7 +1,7 @@
{
"name": "lume",
"private": true,
"version": "0.1.0",
"version": "0.1.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.1.0"
version = "0.1.1"
description = "nostr client"
authors = ["Ren Amamiya"]
license = ""

View File

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