From e02b4e3f4f30d2ffd367745377c132d0eaa12df5 Mon Sep 17 00:00:00 2001 From: aesthetic0001 <15858616+aesthetic0001@users.noreply.github.com> Date: Thu, 9 May 2024 22:35:57 -0400 Subject: [PATCH] increment version --- package-lock.json | 6 +++--- package.json | 6 ++++-- src-tauri/Cargo.lock | 40 +++++++++++++++++++-------------------- src-tauri/Cargo.toml | 8 ++++---- src-tauri/tauri.conf.json | 2 +- 5 files changed, 32 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f8b559..23df199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "tauri-app", - "version": "0.0.0", + "name": "simple-totp", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tauri-app", - "version": "0.0.0", + "version": "0.1.3", "dependencies": { "@headlessui/react": "^2.0.3", "@tauri-apps/api": "^1", diff --git a/package.json b/package.json index c6117c1..755067b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { - "name": "tauri-app", + "name": "simple-totp", + "description": "A simple TOTP secrets manager", + "author": "aesthetic0001", "private": true, - "version": "0.0.0", + "version": "0.1.3", "type": "module", "scripts": { "dev": "npm run tw && vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1ad0cc4..3186b11 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2879,6 +2879,26 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" +[[package]] +name = "simple-totp" +version = "0.1.3" +dependencies = [ + "aes-gcm", + "base32", + "chrono", + "dirs", + "hex", + "hmac-sha1", + "lazy_static", + "serde", + "serde_json", + "sha3", + "tauri", + "tauri-build", + "url", + "urlencoding", +] + [[package]] name = "siphasher" version = "0.3.11" @@ -3153,26 +3173,6 @@ dependencies = [ "windows 0.39.0", ] -[[package]] -name = "tauri-app" -version = "0.0.0" -dependencies = [ - "aes-gcm", - "base32", - "chrono", - "dirs", - "hex", - "hmac-sha1", - "lazy_static", - "serde", - "serde_json", - "sha3", - "tauri", - "tauri-build", - "url", - "urlencoding", -] - [[package]] name = "tauri-build" version = "1.5.1" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index aff42e4..c1d57a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "tauri-app" -version = "0.0.0" -description = "A Tauri App" -authors = ["you"] +name = "simple-totp" +version = "0.1.3" +description = "A simple TOTP secrets manager" +authors = ["aesthetic0001"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e0a3514..23e0cba 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "simple totp", - "version": "0.1.2" + "version": "0.1.3" }, "tauri": { "allowlist": {