feat: added QR Code to index

fix: fixed language in index

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-14 16:15:56 +02:00
parent 73be698399
commit 64c4c92cb1
2 changed files with 10 additions and 4 deletions

View file

@ -6,7 +6,7 @@ namespace ImageBoardServerApp.Util;
public class TheManager
{
public static string version = "v1.0.0-rc1";
public static string version = "v1.0.0-rc2";
private static long getDiff(PostData post)
{