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": {