Версия 0.11.4

This commit is contained in:
Book Pauk
2022-04-14 19:05:07 +07:00
parent 5ee58ad6f0
commit e08c431dd9
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,18 @@
export const versionHistory = [ export const versionHistory = [
{
version: '0.11.4',
releaseDate: '2022-04-14',
showUntil: '2022-04-13',
content:
`
<ul>
<li>небольшие дополнения интерфейса</li>
<li>исправления багов</li>
</ul>
`
},
{ {
version: '0.11.3', version: '0.11.3',
releaseDate: '2022-03-29', releaseDate: '2022-03-29',

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.11.3", "version": "0.11.4",
"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",