From 9ff016578b66d3e1ea92e1f34050a21e02406e49 Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Thu, 19 Oct 2023 15:08:50 +0300 Subject: [PATCH] update 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 86cb007..7271cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniscient", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0398236..aa0f5f1 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -112,7 +112,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a86d1f6..aec0a39 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.1.4" +version = "0.1.5" description = "An app for system monitoring." authors = ["Eray Erdin"] license = "MPLv2" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7d3140d..0460434 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "omniscient", - "version": "0.1.4" + "version": "0.1.5" }, "tauri": { "allowlist": {