Browse Source

Версия 1.2.3

Book Pauk 11 months ago
parent
commit
f530455146
2 changed files with 15 additions and 2 deletions
  1. 14 1
      client/components/Reader/versionHistory.js
  2. 1 1
      package.json

+ 14 - 1
client/components/Reader/versionHistory.js

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

+ 1 - 1
package.json

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