From b622f28162991f3f14f1eed96ebf98e0d00d2fb2 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sat, 18 Mar 2023 16:10:47 +0700 Subject: [PATCH] updated app version --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4a0665d1..3af5cc8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lume", "private": true, - "version": "0.1.1", + "version": "0.2.0", "scripts": { "dev": "next dev -p 1420", "build": "next build && next export -o dist", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 91cbe2c4..c162cbbe 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "lume" -version = "0.1.1" +version = "0.2.0" dependencies = [ "cocoa", "objc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0e3ac8f8..5573afdd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lume" -version = "0.1.1" +version = "0.2.0" description = "nostr client" authors = ["Ren Amamiya"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 385fb53a..4a534e55 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Lume", - "version": "0.1.1" + "version": "0.2.0" }, "tauri": { "allowlist": {