From 1d17e66bc7b90cd0258393e295076ea0170d9a6b Mon Sep 17 00:00:00 2001 From: wovnep <122073572+wovnep@users.noreply.github.com> Date: Fri, 13 Jan 2023 10:26:16 +0530 Subject: [PATCH] v0.2.0 release --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 10bf83f..5cc7c80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aniluv", "private": true, - "version": "0.1.0", + "version": "0.2.0", "author": "wovnep", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b1614f3..04e43f6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aniluv" -version = "0.1.0" +version = "0.2.0" description = "aniluv" authors = ["wovnep"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a7aebf5..7080b52 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Aniluv", - "version": "0.1.0" + "version": "0.2.0" }, "tauri": { "allowlist": {