Browse Source

Версия 0.7.5

Book Pauk 5 years ago
parent
commit
fdaa3b7f93
2 changed files with 3 additions and 3 deletions
  1. 2 2
      client/components/Reader/versionHistory.js
  2. 1 1
      package.json

+ 2 - 2
client/components/Reader/versionHistory.js

@@ -1,7 +1,7 @@
 export const versionHistory = [
 {
-    showUntil: '2019-10-20',
-    header: '0.7.4 (2019-10-21)',
+    showUntil: '2019-10-21',
+    header: '0.7.5 (2019-10-22)',
     content:
 `
 <ul>

+ 1 - 1
package.json

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