bump version

This commit is contained in:
Ren Amamiya 2023-05-06 12:25:14 +07:00
parent 9668b18a2f
commit 7aba554dbe
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "lume", "name": "lume",
"private": true, "private": true,
"version": "0.2.5", "version": "1.0.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",

2
src-tauri/Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lume" name = "lume"
version = "0.2.5" version = "1.0.0"
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.5" "version": "1.0.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@ -1,4 +1,4 @@
export const APP_VERSION = '0.2.5'; export const APP_VERSION = '1.0.0';
export const DEFAULT_AVATAR = 'https://void.cat/d/KmypFh2fBdYCEvyJrPiN89.webp'; export const DEFAULT_AVATAR = 'https://void.cat/d/KmypFh2fBdYCEvyJrPiN89.webp';