diff --git a/README.md b/README.md index fb8cb536..53b235d5 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.1 +**Current**: v0.2.5 - [x] create new key - [x] import private key (hex/nsec) diff --git a/package.json b/package.json index 4943897b..885fbe8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lume", "private": true, - "version": "0.2.1", + "version": "0.2.5", "scripts": { "dev": "next dev -p 1420", "build": "next build && next export -o dist", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index dfe5765c..20808e93 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "lume" -version = "0.2.1" +version = "0.2.5" dependencies = [ "cocoa", "objc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ac6007ef..fed9ca79 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "0.2.1" +version = "0.2.5" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c298a382..1fb3a31a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "0.2.1" + "version": "0.2.5" }, "tauri": { "allowlist": { diff --git a/src/stores/constants.tsx b/src/stores/constants.tsx index 892b0f43..f4ce04e7 100644 --- a/src/stores/constants.tsx +++ b/src/stores/constants.tsx @@ -1,2 +1,2 @@ -export const APP_VERSION = '0.2.1'; +export const APP_VERSION = '0.2.5'; export const DEFAULT_AVATAR = 'https://void.cat/d/KmypFh2fBdYCEvyJrPiN89.webp';