From 8797aa867442f270ca2cb2240bc9ecd937dee36b Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Tue, 10 Oct 2023 17:25:28 +0300 Subject: [PATCH] bump 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 b9e2eef..650816d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniscient", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c62e587..c2d5de8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -112,7 +112,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 27f172e..b633f80 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.1.0" +version = "0.1.1" 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 ce6bb3c..cc5c421 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "omniscient", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": {