bump version

This commit is contained in:
Ren Amamiya 2023-04-15 09:08:10 +07:00
parent d59cc041d5
commit 7e8f3b0048
6 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ Lume is "an ambitious nostr client", so I don't want to limit it be a part of yo
## Features ## Features
**Current**: v0.2.1 **Current**: v0.2.5
- [x] create new key - [x] create new key
- [x] import private key (hex/nsec) - [x] import private key (hex/nsec)

View File

@ -1,7 +1,7 @@
{ {
"name": "lume", "name": "lume",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.5",
"scripts": { "scripts": {
"dev": "next dev -p 1420", "dev": "next dev -p 1420",
"build": "next build && next export -o dist", "build": "next build && next export -o dist",

2
src-tauri/Cargo.lock generated
View File

@ -2390,7 +2390,7 @@ dependencies = [
[[package]] [[package]]
name = "lume" name = "lume"
version = "0.2.1" version = "0.2.5"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"objc", "objc",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lume" name = "lume"
version = "0.2.1" version = "0.2.5"
description = "nostr client" description = "nostr client"
authors = ["Ren Amamiya"] authors = ["Ren Amamiya"]
license = "" license = ""

View File

@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "Lume", "productName": "Lume",
"version": "0.2.1" "version": "0.2.5"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -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'; export const DEFAULT_AVATAR = 'https://void.cat/d/KmypFh2fBdYCEvyJrPiN89.webp';