diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1d43ffca..73008725 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. v1.2.0] + - Version: [e.g. v1.2.1] - Any other relevant info: **Additional context** diff --git a/PKGBUILD b/PKGBUILD index 1b3112f0..b1228194 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Refined7075 pkgname=dorion-bin -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="An alternative Discord client aimed and lower-spec or storage-sensitive PCs that supports themes, plugins, and more!" arch=('x86_64') diff --git a/package.json b/package.json index 42b6b428..acd9ee9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dorion", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "scripts": { "prebuild": "terser --comments all --mangle -o src-tauri/injection/injection_min.js -- src-tauri/injection/injection.js && terser --mangle -o src-tauri/injection/preinject_min.js -- src-tauri/injection/preinject.js", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7973c8f8..a4ebfd51 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1157,7 +1157,7 @@ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" [[package]] name = "dorion" -version = "1.2.0" +version = "1.2.1" dependencies = [ "async-recursion", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7d5f6069..ee705e0f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dorion" -version = "1.2.0" +version = "1.2.1" description = "Tiny alternative Discord client with a smaller footprint, themes and plugins, multi-profile, and more!" authors = ["SpikeHD"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e3e891c..63d0b51c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Dorion", - "version": "1.2.0" + "version": "1.2.1" }, "tauri": { "systemTray": {