mirror of
https://github.com/lumehq/lume.git
synced 2025-09-19 07:50:42 +02:00
bump version
This commit is contained in:
@@ -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)
|
||||
|
@@ -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",
|
||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -2390,7 +2390,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lume"
|
||||
version = "0.2.1"
|
||||
version = "0.2.5"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"objc",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lume"
|
||||
version = "0.2.1"
|
||||
version = "0.2.5"
|
||||
description = "nostr client"
|
||||
authors = ["Ren Amamiya"]
|
||||
license = ""
|
||||
|
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "Lume",
|
||||
"version": "0.2.1"
|
||||
"version": "0.2.5"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user