Browse Source

Версия 0.7.0

Book Pauk 5 years ago
parent
commit
656642697b
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-09-10',
-    header: '0.7.0 (2019-08-??)',
+    showUntil: '2019-10-01',
+    header: '0.7.0 (2019-09-07)',
     content:
 `
 <ul>

+ 1 - 1
package.json

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