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