From 7e8f3b00483834766b7cf9a9a858ee0414c2bc8c Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sat, 15 Apr 2023 09:08:10 +0700 Subject: [PATCH] bump version --- README.md | 2 +- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/stores/constants.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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';