From a0470db25361d7ce1aff277b69ea09d3970c2e9b Mon Sep 17 00:00:00 2001 From: shonya3 Date: Sat, 27 May 2023 13:37:12 +0300 Subject: [PATCH] v0.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19299c9f..f3626cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "divicards", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "divicards", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@formkit/auto-animate": "1.0.0-beta.6", "@tauri-apps/api": "^1.3.0", diff --git a/package.json b/package.json index 192f7f3d..1475d6d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "divicards", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ec116669..8dfc5d83 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -70,7 +70,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "app" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-trait", "axum", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bf9f1c01..bf5121b7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.0" +version = "0.2.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fd354c68..8c742d60 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "divicards", - "version": "0.2.0" + "version": "0.2.1" }, "tauri": { "allowlist": {