Book Pauk 5 жил өмнө
parent
commit
cede65313b

+ 11 - 0
client/components/Reader/versionHistory.js

@@ -1,4 +1,15 @@
 export const versionHistory = [
 export const versionHistory = [
+{
+    showUntil: '2019-11-24',
+    header: '0.7.8 (2019-11-25)',
+    content:
+`
+<ul>
+    <li>улучшение html-фильтров для сайтов</li>
+</ul>
+`
+},
+
 {
 {
     showUntil: '2019-11-10',
     showUntil: '2019-11-10',
     header: '0.7.7 (2019-11-06)',
     header: '0.7.7 (2019-11-06)',

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "Liberama",
   "name": "Liberama",
-  "version": "0.7.7",
+  "version": "0.7.8",
   "engines": {
   "engines": {
     "node": ">=10.0.0"
     "node": ">=10.0.0"
   },
   },