Skip to content

Commit 9cee36e

Browse files
committed
feat: バージョンチェックを追加
1 parent 499220d commit 9cee36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
QUESTS_DIR2 = Path('./kubejs/assets/ftbquests/lang')
1919
QUESTS_DIR3 = Path('./config/ftbquests/quests/chapters')
2020

21-
USER = 'your_github_username'
22-
REPO = 'your_repository_name'
21+
USER = 'Y-RyuZU'
22+
REPO = 'MinecraftModsLocalizer'
2323
VERSION = 'v1.5.1'
2424

2525
def get_latest_release_tag(user, repo):

0 commit comments

Comments
 (0)