Skip to content

Commit

Permalink
Merge pull request #257 from gridhead/53p1
Browse files Browse the repository at this point in the history
Stage the release for Genshin Impact v5.3 Phase 1
  • Loading branch information
gridhead authored Jan 3, 2025
2 parents 127a3f6 + 464289b commit 14ba70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gi_loadouts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__metadict__ = metadata("gi-loadouts").json
__versdata__ = __metadict__.get("version")

__gicompat_vers__ = "5.2"
__gicompat_part__ = "2"
__gicompat_vers__ = "5.3"
__gicompat_part__ = "1"

__donation__ = "https://github.com/sponsors/gridhead"
__releases__ = "https://github.com/gridhead/gi-loadouts/releases"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gi-loadouts"
version = "0.1.3"
version = "0.1.4"
description = "Loadouts for Genshin Impact"
authors = ["Akashdeep Dhar <[email protected]>", "Avadhoot Dhere <[email protected]>", "Dhruv Bhirud <[email protected]>", "Prithviraj Chavan <[email protected]>", "Shounak Dey <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 14ba70c

Please sign in to comment.