Skip to content

Commit

Permalink
updated replacements and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 committed Jun 20, 2023
1 parent 15befd0 commit e93ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Replacements/Cote Replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"Sakayanagi Narimori": ["坂柳","成守"],
"Sakura Airi": ["佐倉","愛里"],
"Satō Maya": ["佐藤","麻耶"],
"Sanada Kousei": ["真田","康生"],
"Shiba Katsunori": ["司馬","克典"],
"Shibata Sō" : ["柴田",""],
"Shiina Hiyori": ["椎名","ひより"],
Expand Down
2 changes: 1 addition & 1 deletion Util/associated_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_update(from_gui:bool) -> bool:

try:

CURRENT_VERSION = "v1.5.2"
CURRENT_VERSION = "v1.5.3"

response = requests.get("https://api.github.com/repos/Seinuve/Kudasai/releases/latest")
latestVersion = response.json()["tag_name"]
Expand Down

0 comments on commit e93ff23

Please sign in to comment.