Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Jan 15, 2023
1 parent 7d50a6a commit 6c7820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
data = overlay.patch.main(args.lang, data, "overlay")
data = arm9.patch.main(args.lang, data, "arm9")

text = "eCDP English Translation Patch v1.1.0 - https://github.com/eCDP-English/translation"
text = "eCDP English Translation Patch v1.1.1 - https://github.com/eCDP-English/translation"
for b in text.encode("SHIFT-JIS"):
data.append(b)

Expand Down

0 comments on commit 6c7820d

Please sign in to comment.