Версия 1.2.3

This commit is contained in:
Book Pauk
2024-08-02 15:21:43 +07:00
parent 70dc66e1ae
commit f530455146
2 changed files with 15 additions and 2 deletions

View File

@@ -1,8 +1,21 @@
export const versionHistory = [ export const versionHistory = [
{
version: '1.2.3',
releaseDate: '2024-08-02',
showUntil: '2024-08-01',
content:
`
<ul>
<li>исправление багов</li>
</ul>
`
},
{ {
version: '1.2.2', version: '1.2.2',
releaseDate: '2024-07-28', releaseDate: '2024-07-28',
showUntil: '2024-08-04', showUntil: '2024-07-27',
content: content:
` `
<ul> <ul>

View File

@@ -1,6 +1,6 @@
{ {
"name": "liberama", "name": "liberama",
"version": "1.2.2", "version": "1.2.3",
"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",