Версия 0.9.9

This commit is contained in:
Book Pauk
2020-11-21 04:06:16 +07:00
parent d06d20a33e
commit 338baa55ec
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,15 @@
export const versionHistory = [
{
showUntil: '2020-11-20',
header: '0.9.9 (2020-11-21)',
content:
`
<ul>
<li>оптимизации, исправления багов</li>
</ul>
`
},
{
showUntil: '2020-11-12',
header: '0.9.8 (2020-11-13)',

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "Liberama",
"version": "0.9.8",
"version": "0.9.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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