Версия 1.1.0

This commit is contained in:
Book Pauk
2023-01-11 21:06:08 +07:00
parent 2401ef8d16
commit 63b7bb24cf
4 changed files with 8 additions and 7 deletions

View File

@@ -315,8 +315,8 @@ export default vueComponent(App);
--text-ubtn-color-dark: #555;
--text-tb-normal-dark: #3e843e;
--bg-tb-normal-dark: #c6cde4;
--bg-tb-hover-dark: #ddd;
--bg-tb-normal-dark: #ddd;
--bg-tb-hover-dark: #ccc;
--text-tb-active-dark: #ddd;
--bg-tb-active-dark: #7aa44f;
--bg-tb-active-hover-dark: #71b571;

View File

@@ -1,11 +1,12 @@
export const versionHistory = [
{
version: '1.0.1',
version: '1.1.0',
releaseDate: '2023-01-11',
showUntil: '2023-01-22',
showUntil: '2023-01-15',
content:
`
<ul>
<li>добавлена опция "Ночной режим" и кнопка на панель</li>
<li>исправление багов</li>
</ul>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "liberama",
"version": "1.0.1",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "liberama",
"version": "1.0.1",
"version": "1.1.0",
"hasInstallScript": true,
"license": "CC0-1.0",
"dependencies": {

View File

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