This commit is contained in:
Book Pauk
2022-01-11 23:24:37 +07:00
parent f14b8ed277
commit e43a44e986
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [
{
showUntil: '2022-01-10',
header: '0.11.2 (2022-01-11)',
content:
`
<ul>
<li>переход на JembaDb вместо SQLite</li>
</ul>
`
},
{
showUntil: '2021-12-02',
header: '0.11.1 (2021-12-03)',

View File

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