From 2b6af2a76fed0e65dabb1527e1e947c6847c247a Mon Sep 17 00:00:00 2001 From: colin273 Date: Thu, 17 Aug 2023 21:26:54 -0400 Subject: [PATCH] v0.2.1 --- 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 304124b..2ba304d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replugged-installer", "private": true, - "version": "0.0.0", + "version": "0.2.1", "type": "module", "engines": { "node": ">=16.0.0" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d3ffc1f..f1b581e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "replugged-installer" -version = "0.0.0" +version = "0.2.1" description = "Installer for Replugged" authors = ["Replugged Team"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c30b355..16c4ac4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Replugged Installer", - "version": "0.0.0" + "version": "0.2.1" }, "tauri": { "allowlist": {