diff --git a/README.md b/README.md index 083c106f..586e7641 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 2a406d34..3d7fc3b7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5d6ff133..b95c9fe2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "0.2.0" +version = "0.2.1" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a74966c7..13d608f5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "0.2.0" + "version": "0.2.1" }, "tauri": { "allowlist": {