Skip to content

Commit f6d9d2b

Browse files
chore(release): 0.42.2 [skip ci]
## [0.42.2](v0.42.1...v0.42.2) (2025-12-19) ### Bug Fixes * **Launcher:** add option for inheriting parent environment ([544b673](544b673))
1 parent 544b673 commit f6d9d2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/global/version.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
[resource]
66
script = ExtResource("1_g72si")
7-
core = "0.42.1"
7+
core = "0.42.2"
88
plugin_api = "1.0.0"

package/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Derek J. Clark <[email protected]>
22
pkgname=opengamepadui-bin
33
_pkgbase=opengamepadui
4-
pkgver=0.42.1
4+
pkgver=0.42.2
55
pkgrel=1
66
pkgdesc="Open source game launcher"
77
arch=('x86_64')
@@ -16,7 +16,7 @@ provides=('opengamepadui')
1616
conflicts=('opengamepadui-git')
1717
source=(opengamepadui-v$pkgver.tar.gz::https://github.com/ShadowBlip/OpenGamepadUI/releases/download/v$pkgver/opengamepadui.tar.gz)
1818

19-
sha256sums=('a421368ae22bb912630408d8f38cdf1bf6bb312fd51a90564024c142ef4451cc')
19+
sha256sums=('bd1d78d1b62624a10b8ac17745ff21bf7a89a8a66fa4009d15c52b2687bb9fb1')
2020

2121
package() {
2222
options=('!strip')

package/rpm/opengamepadui.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: opengamepadui
2-
Version: 0.42.1
2+
Version: 0.42.2
33
Release: 1
44
Summary: A free and open source game launcher and overlay written using the Godot Game Engine 4 designed with a gamepad native experience in mind
55
License: GPL-3.0-only

0 commit comments

Comments
 (0)