Версия 0.8.2

This commit is contained in:
Book Pauk
2020-01-20 21:48:31 +07:00
parent a04161ac7c
commit 57a44c5952
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [
{
showUntil: '2020-01-19',
header: '0.8.2 (2020-01-20)',
content:
`
<ul>
<li>внутренние оптимизации</li>
</ul>
`
},
{
showUntil: '2020-01-06',
header: '0.8.1 (2020-01-07)',

View File

@@ -1,6 +1,6 @@
{
"name": "Liberama",
"version": "0.8.1",
"version": "0.8.2",
"author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0",
"repository": "bookpauk/liberama",