Версия 0.8.4

This commit is contained in:
Book Pauk
2020-02-06 21:50:58 +07:00
parent 714898b4c3
commit 3f7bd1846a
3 changed files with 14 additions and 2 deletions

View File

@@ -1,4 +1,16 @@
export const versionHistory = [
{
showUntil: '2020-02-05',
header: '0.8.4 (2020-02-06)',
content:
`
<ul>
<li>добавлен paypal-адрес для пожертвований</li>
<li>исправления багов</li>
</ul>
`
},
{
showUntil: '2020-01-27',
header: '0.8.3 (2020-01-28)',

2
package-lock.json generated
View File

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

View File

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