Selaa lähdekoodia

Версия 0.7.6

Book Pauk 5 vuotta sitten
vanhempi
commit
cdc6cf229a
2 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  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-29',
+    header: '0.7.6 (2019-10-30)',
+    content:
+`
+<ul>
+    <li>исправления багов</li>
+</ul>
+`
+},
+
 {
     showUntil: '2019-10-21',
     header: '0.7.5 (2019-10-22)',

+ 1 - 1
package.json

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