Версия 0.6.10

This commit is contained in:
Book Pauk
2019-07-21 14:42:54 +07:00
parent 9af055ec54
commit a28d4c2f1c
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [ export const versionHistory = [
{
showUntil: '2019-07-20',
header: '0.6.10 (2019-07-21)',
content:
`
<ul>
<li>исправления багов</li>
</ul>
`
},
{ {
showUntil: '2019-06-22', showUntil: '2019-06-22',
header: '0.6.9 (2019-06-23)', header: '0.6.9 (2019-06-23)',

View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.6.9", "version": "0.6.10",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },