From 350f20effe5a8fb6e69c3ecd4ae34f755f698690 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 27 Apr 2019 16:40:48 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/versionHistory.js | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/client/components/Reader/versionHistory.js b/client/components/Reader/versionHistory.js index 42f8b217..4b481c37 100644 --- a/client/components/Reader/versionHistory.js +++ b/client/components/Reader/versionHistory.js @@ -11,4 +11,81 @@ export const versionHistory = [ ` }, +{ + showUntil: '2019-03-29', + content: +` +Версия 0.6.6 (2019-03-29) + +` +}, + +{ + showUntil: '2019-03-24', + content: +` +Версия 0.6.4 (2019-03-24) + +` +}, + +{ + showUntil: '2019-03-04', + content: +` +Версия 0.5.4 (2019-03-04) + +` +}, + +{ + showUntil: '2019-02-17', + content: +` +Версия 0.3.0 (2019-02-17) + +` +}, + +{ + showUntil: '2019-02-14', + content: +` +Версия 0.1.7 (2019-02-14) + +` +}, + +{ + showUntil: '2019-02-12', + content: +` +Версия 0.1.0 (2019-02-12) + +` +}, + ] \ No newline at end of file