Skip to content

Commit

Permalink
Update contributors & version (1.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Athozus committed May 2, 2023
1 parent c670d48 commit a863225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ See the "LICENSE" file
* Peter Nerlich (CC, BCC)
* Emojigit (Chinese translation)
* Niklp09 (German translation)
* Dennis Jenkins (UX fixes)
* Thomas Rudin (Maintenance)
* imre84 (UI fixes)

# Contribute

Expand Down
5 changes: 3 additions & 2 deletions ui/about.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function mail.show_about(name)
button[9.35,0;0.75,0.5;back;X]
label[0,0;Mail]
label[0,0.4;Provided my mt-mods]
label[0,0.8;Version: 1.1.3]
label[0,0.8;Version: 1.1.4]
label[0,1.4;Licenses:]
label[0.2,1.8;Expat (code), WTFPL (textures)]
label[0,2.4;https://github.com/mt-mods/mail]
Expand All @@ -30,7 +30,8 @@ function mail.show_about(name)
[[#FFF,Emojigit,Chinese translation,]] ..
[[#FFF,Dennis Jenkins,UX fixes,]] ..
[[#FFF,Thomas Rudin,Maintenance,]] ..
[[#FFF,NatureFreshMilk,Maintenance]
[[#FFF,NatureFreshMilk,Maintenance,]] ..
[[#FFF,imre84,UI fixes]
]] .. mail.theme

minetest.show_formspec(name, FORMNAME, formspec)
Expand Down

0 comments on commit a863225

Please sign in to comment.