Skip to content

Commit

Permalink
Update addon versions to latest present in tagged commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatrazEscapee committed Sep 2, 2024
1 parent c80fd45 commit 093e906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class OldVersion(NamedTuple):
LANGUAGES = ('en_us', 'ja_jp', 'pt_br', 'ko_kr', 'uk_ua', 'zh_cn', 'zh_hk', 'zh_tw', 'ru_ru')

ADDONS = (
Addon('eerussianguy', 'firmalife', 'v2.0.9-beta', 'firmalife', 'src/main/resources'),
Addon('HyperDashPony', 'FirmaCiv', '0.1.10-alpha-1.20.1', 'firmaciv', 'src/main/resources'),
Addon('eerussianguy', 'firmalife', 'v2.1.8', 'firmalife', 'src/main/resources'),
Addon('HyperDashPony', 'FirmaCiv', '0.2.5-alpha-1.20.1', 'firmaciv', 'src/main/resources'),
)

OLD_VERSIONS = (
Expand Down

1 comment on commit 093e906

@alekiponi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The firmaciv repo has been moved to https://gitlab.com/alekiponi1/FirmaCiv

Please sign in to comment.