diff --git a/README.md b/README.md index cd369cce..93c26a2c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 38c952f0..60db7916 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 02ff929a..785e2ee2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "0.1.0" +version = "0.1.1" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 223857c6..5a489f2f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": {