Версия 0.11.1

This commit is contained in:
Book Pauk
2021-12-03 14:34:36 +07:00
parent 6debe24880
commit 056611e87c
3 changed files with 14 additions and 3 deletions

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "Liberama",
"version": "0.11.0",
"version": "0.11.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "Liberama",
"version": "0.11.0",
"version": "0.11.1",
"hasInstallScript": true,
"license": "CC0-1.0",
"dependencies": {

View File

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