Версия 0.9.10

This commit is contained in:
Book Pauk
2020-12-03 21:41:23 +07:00
parent b273b02da4
commit 0fb43aa33c
3 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,17 @@
export const versionHistory = [ export const versionHistory = [
{
showUntil: '2020-12-10',
header: '0.9.10 (2020-12-03)',
content:
`
<ul>
<li>добавлена частичная поддержка формата Djvu</li>
<li>добавлена поддержка Rar-архивов</li>
<li>исправления багов</li>
</ul>
`
},
{ {
showUntil: '2020-11-20', showUntil: '2020-11-20',
header: '0.9.9 (2020-11-21)', header: '0.9.9 (2020-11-21)',

2
package-lock.json generated
View File

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

View File

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