From bacbf52e2de461ebacecd741023bd131c9d306fc Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 21 Jun 2022 09:26:25 -0700 Subject: [PATCH] Update Patreon credits Update credits with latest additions. Signed-off-by: Christopher Snowhill --- en.lproj/Credits.html | 2 +- es.lproj/Credits.html | 2 +- patrons.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/en.lproj/Credits.html b/en.lproj/Credits.html index 9f7e8da2f..dda2f8d99 100644 --- a/en.lproj/Credits.html +++ b/en.lproj/Credits.html @@ -10,6 +10,6 @@

Thanks to my patrons:
- Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite + Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, alga diff --git a/es.lproj/Credits.html b/es.lproj/Credits.html index 9f7e8da2f..dda2f8d99 100644 --- a/es.lproj/Credits.html +++ b/es.lproj/Credits.html @@ -10,6 +10,6 @@

Thanks to my patrons:
- Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite + Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, alga diff --git a/patrons.h b/patrons.h index 1b84d7923..788b374ab 100644 --- a/patrons.h +++ b/patrons.h @@ -4,6 +4,7 @@ #define MY_PATRONS \ "Thanks to my patrons:\n" \ "Alexander Pecheny, Electric Keet, Antti Aro,\n" -"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite" +"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite\n" +"Louis Martinez V, alga" #endif