Merge pull request #377 from moraroy/release-please--branches--main

chore(main): release 3.8.2
This commit is contained in:
Roy 2024-08-06 12:26:50 -07:00 committed by GitHub
commit c0afa31385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

@ -2,5 +2,5 @@
Expose version Expose version
""" """
__version__ = "3.3.2" __version__ = "3.8.2"
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.1" version = "3.8.2"
description = "" description = ""
authors = [ authors = [
"moraroy <88516395+moraroy@users.noreply.github.com>", "moraroy <88516395+moraroy@users.noreply.github.com>",