Skip to content

Commit 30109d0

Browse files
fix(pyproject.toml): fixed versioning
fixed versioning issue from messed up conflict fix Signed-off-by: Mythical-Github <MythicalData@gmail.com>
1 parent 46ba646 commit 30109d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ UE4SS consists of an injectable LUA scripting system, SDK generator, live proper
2121
- Supports windows/linux
2222
- Filterable version tag selection
2323
- Filterable release archive to install selection
24-
- Tags, and releases sorted by newest to latest
24+
- Tags, and releases sorted by newest to oldest
2525
- Open game executable directory in file browser button
2626
- Automatic game detection
2727
- Ability to provide extra directories to scan for games

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ue4ss_installer_gui"
7-
version = "1.0.1-dev.14695257228"
7+
version = "1.0.2"
88
description = "GUI installer for UE4SS"
99
readme = "README.md"
1010
requires-python = ">=3.9.1"

0 commit comments

Comments
 (0)