chore(main): release 3.8.3

This commit is contained in:
Roy 2025-01-20 01:42:54 -08:00
parent 1efb184d39
commit b0d2da9b07
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{ {
".": "3.8.2" ".": "3.8.3"
} }

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [3.8.3](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v3.8.2...v3.8.3) (2025-01-20)
### Bug Fixes
* use correct home folder for user ([76466fd](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/76466fdcc6f5473dc004aec365a4c58a9057eeee))
## [3.8.2](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v3.8.1...v3.8.2) (2024-08-06) ## [3.8.2](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v3.8.1...v3.8.2) (2024-08-06)

View File

@ -2,5 +2,5 @@
Expose version Expose version
""" """
__version__ = "3.8.2" __version__ = "3.8.3"
VERSION = __version__.split(".") VERSION = __version__.split(".")

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "non-steam-launchers" name = "non-steam-launchers"
version = "3.8.2" version = "3.8.3"
description = "" description = ""
authors = [ authors = [
"moraroy <88516395+moraroy@users.noreply.github.com>", "moraroy <88516395+moraroy@users.noreply.github.com>",