Browse Source

Версия 0.9.12

Book Pauk 4 years ago
parent
commit
6a18ae3f27
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: '2020-12-19',
-    header: '0.9.12 (2020-12-20)',
+    showUntil: '2020-12-17',
+    header: '0.9.12 (2020-12-18)',
     content:
 `
 <ul>

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "Liberama",
-  "version": "0.9.11",
+  "version": "0.9.12",
   "author": "Book Pauk <bookpauk@gmail.com>",
   "license": "CC0-1.0",
   "repository": "bookpauk/liberama",