Версия 0.7.2

This commit is contained in:
Book Pauk
2019-10-18 09:16:52 +07:00
parent c60f0991df
commit 34f1ad8fae
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [ export const versionHistory = [
{
showUntil: '2019-10-17',
header: '0.7.2 (2019-10-18)',
content:
`
<ul>
<li>исправления багов</li>
</ul>
`
},
{ {
showUntil: '2019-09-19', showUntil: '2019-09-19',
header: '0.7.1 (2019-09-20)', header: '0.7.1 (2019-09-20)',

View File

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