Browse Source

Версия 0.7.2

Book Pauk 5 years ago
parent
commit
34f1ad8fae
2 changed files with 12 additions and 1 deletions
  1. 11 0
      client/components/Reader/versionHistory.js
  2. 1 1
      package.json

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

@@ -1,4 +1,15 @@
 export const versionHistory = [
+{
+    showUntil: '2019-10-17',
+    header: '0.7.2 (2019-10-18)',
+    content:
+`
+<ul>
+    <li>исправления багов</li>
+</ul>
+`
+},
+
 {
     showUntil: '2019-09-19',
     header: '0.7.1 (2019-09-20)',

+ 1 - 1
package.json

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