Версия 0.7.8

This commit is contained in:
Book Pauk
2019-11-25 15:38:52 +07:00
parent d897a7400f
commit cede65313b
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [ export const versionHistory = [
{
showUntil: '2019-11-24',
header: '0.7.8 (2019-11-25)',
content:
`
<ul>
<li>улучшение html-фильтров для сайтов</li>
</ul>
`
},
{ {
showUntil: '2019-11-10', showUntil: '2019-11-10',
header: '0.7.7 (2019-11-06)', header: '0.7.7 (2019-11-06)',

View File

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