From 2bf49d69ec4d9faeeae6cd4dde2a05762e24429b Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Fri, 8 Sep 2023 08:31:33 +0300 Subject: [PATCH] update lang year --- src/includes/lang/en.json | 6 +++--- src/includes/lang/ru.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/includes/lang/en.json b/src/includes/lang/en.json index 3576adf..b1b6253 100644 --- a/src/includes/lang/en.json +++ b/src/includes/lang/en.json @@ -1,11 +1,11 @@ { "_header": { - "ver": "v1.7", - "date": "2022-10-20", + "ver": "v1.8", + "date": "2023-09-08", "language": "English", "original_name": "English", "author": "Max Pozdeev", - "author_url": "http://www.mytinytodo.net" + "author_url": "https://www.mytinytodo.net" }, "My Tiny Todolist": "My Tiny Todolist", "powered_by": "Powered by", diff --git a/src/includes/lang/ru.json b/src/includes/lang/ru.json index c13f6a0..a6462a8 100644 --- a/src/includes/lang/ru.json +++ b/src/includes/lang/ru.json @@ -1,11 +1,11 @@ { "_header": { - "ver": "v1.7", - "date": "2022-10-20", + "ver": "v1.8", + "date": "2023-09-08", "language": "Russian", "original_name": "Русский", "author": "Max Pozdeev", - "author_url": "http://www.mytinytodo.net" + "author_url": "https://www.mytinytodo.net" }, "My Tiny Todolist": "My Tiny Todolist", "powered_by": "Работает на",