Skip to content

Commit a863225

Browse files
committed
Update contributors & version (1.1.4)
1 parent c670d48 commit a863225

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ See the "LICENSE" file
5757
* Peter Nerlich (CC, BCC)
5858
* Emojigit (Chinese translation)
5959
* Niklp09 (German translation)
60+
* Dennis Jenkins (UX fixes)
61+
* Thomas Rudin (Maintenance)
62+
* imre84 (UI fixes)
6063

6164
# Contribute
6265

ui/about.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function mail.show_about(name)
66
button[9.35,0;0.75,0.5;back;X]
77
label[0,0;Mail]
88
label[0,0.4;Provided my mt-mods]
9-
label[0,0.8;Version: 1.1.3]
9+
label[0,0.8;Version: 1.1.4]
1010
label[0,1.4;Licenses:]
1111
label[0.2,1.8;Expat (code), WTFPL (textures)]
1212
label[0,2.4;https://github.com/mt-mods/mail]
@@ -30,7 +30,8 @@ function mail.show_about(name)
3030
[[#FFF,Emojigit,Chinese translation,]] ..
3131
[[#FFF,Dennis Jenkins,UX fixes,]] ..
3232
[[#FFF,Thomas Rudin,Maintenance,]] ..
33-
[[#FFF,NatureFreshMilk,Maintenance]
33+
[[#FFF,NatureFreshMilk,Maintenance,]] ..
34+
[[#FFF,imre84,UI fixes]
3435
]] .. mail.theme
3536

3637
minetest.show_formspec(name, FORMNAME, formspec)

0 commit comments

Comments
 (0)