diff --git a/package.json b/package.json index 82f145c2..c468687e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lume", "private": true, - "version": "0.2.5", + "version": "1.0.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 774de79b..8b4dd9d5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "lume" -version = "0.2.5" +version = "1.0.0" dependencies = [ "cocoa", "objc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dae1156d..2021e595 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "0.2.5" +version = "1.0.0" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 83e76963..d4500810 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "0.2.5" + "version": "1.0.0" }, "tauri": { "allowlist": { diff --git a/src/stores/constants.tsx b/src/stores/constants.tsx index 3c733c17..53cf2cd8 100644 --- a/src/stores/constants.tsx +++ b/src/stores/constants.tsx @@ -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';