Skip to content

Commit

Permalink
fix(all): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 25, 2023
1 parent cd59aca commit eefcfbb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Refined7075 <[email protected]>
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')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Dorion",
"version": "1.2.0"
"version": "1.2.1"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit eefcfbb

Please sign in to comment.