From 0109ec28c4144e80a6f97dd29e709146acd45e42 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sat, 8 Jul 2023 18:13:31 +0700 Subject: [PATCH] bump version --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/stores/constants.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd8fad46..f9037c17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lume", "private": true, - "version": "1.0.0", + "version": "1.0.1", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index e7bbeb07..d9555cb3 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "lume" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cocoa", "objc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2ec80831..8913df75 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "1.0.0" +version = "1.0.1" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3354bc33..d5143697 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "1.0.0" + "version": "1.0.1" }, "tauri": { "allowlist": { diff --git a/src/stores/constants.tsx b/src/stores/constants.tsx index 7dbcbcb5..1673abc4 100644 --- a/src/stores/constants.tsx +++ b/src/stores/constants.tsx @@ -1,4 +1,4 @@ -export const APP_VERSION = '1.0.0'; +export const APP_VERSION = '1.0.1'; export const DEFAULT_AVATAR = 'https://void.cat/d/5VKmKyuHyxrNMf9bWSVPih';