From 6ce4bf44c9b7988b87d746397ca987bd94ef1f70 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 19 Jan 2026 22:27:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B4=D0=BE=20?= =?UTF-8?q?3.14.12,=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/index.html | 2 +- play-life-web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bbbefde..511dfe6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.14.11 +3.14.12 diff --git a/play-life-web/index.html b/play-life-web/index.html index e622dfc..109d373 100644 --- a/play-life-web/index.html +++ b/play-life-web/index.html @@ -14,7 +14,7 @@ - PlayLife - Статистика + PlayLife
diff --git a/play-life-web/package.json b/play-life-web/package.json index 8c3aede..405b6f1 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.14.11", + "version": "3.14.12", "type": "module", "scripts": { "dev": "vite",