From 7ce74e43debfd2a00616717bf6540a7aa25b38f4 Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Fri, 20 Oct 2023 10:55:25 +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 7271cbd..1617c07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniscient", - "version": "0.1.5", + "version": "0.1.6", "private": true, "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index aa0f5f1..016f1cf 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -112,7 +112,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "0.1.5" +version = "0.1.6" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index aec0a39..a0b36f7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.1.5" +version = "0.1.6" 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 0460434..fea466b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "omniscient", - "version": "0.1.5" + "version": "0.1.6" }, "tauri": { "allowlist": {