diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a2b0911..465a72a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ If applicable, add screenshots to help explain your problem. **System Info (please complete the following information):** - OS: [e.g. Windows 11, Ubuntu 22.04] - - Version: [e.g. v0.2.0] + - Version: [e.g. v0.3.0] - Any other relevant info: **Additional context** diff --git a/package.json b/package.json index 96061e0..62d117a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "roguetop", "private": true, - "version": "0.2.0", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 729a854..d4ac4b0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2798,7 +2798,7 @@ dependencies = [ [[package]] name = "roguetop" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "colored", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1715e01..66f57bd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roguetop" -version = "0.2.0" +version = "0.3.0" description = "Online & Offline PokeRogue desktop client" authors = ["SpikeHD"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index df285a9..7b83182 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "PokeRogue", - "version": "0.2.0", + "version": "0.3.0", "identifier": "com.spikehd.roguetop", "build": { "beforeDevCommand": "pnpm dev",