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 ## Features
**Current**: v0.1.0-alpha **Current**: v0.1.1-alpha
- [x] create new key - [x] create new key
- [x] import private key (hex/nsec) - [x] import private key (hex/nsec)
- [x] followings newsfeed - [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 - [x] cache profile to local database
**Next**: **Next**:
- [ ] offline support - [ ] offline support
- [ ] implement newsfeed infinite loading - [ ] implement newsfeed infinite loading
- [ ] handle tags (#[x]) in note - [ ] handle tags (#[x]) in note

View File

@ -1,7 +1,7 @@
{ {
"name": "lume", "name": "lume",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.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.1.0" version = "0.1.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.1.0" "version": "0.1.1"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {