From 29b40bc91d78bc119879ecfecd54a723868df4c7 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 14 Dec 2022 19:07:36 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D1=82=D0=B0=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20=D0=BD=D0=B0=D0=B4=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/versionHistory.js | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/client/components/Reader/versionHistory.js b/client/components/Reader/versionHistory.js index d83a2cfe..7864803a 100644 --- a/client/components/Reader/versionHistory.js +++ b/client/components/Reader/versionHistory.js @@ -1,4 +1,17 @@ export const versionHistory = [ +{ + version: '1.0.0', + releaseDate: '2022-12-??', + showUntil: '2022-12-??', + content: +` + + +` +}, + { version: '0.12.2', releaseDate: '2022-09-04', diff --git a/package-lock.json b/package-lock.json index 025fb5d6..f0a9acd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liberama", - "version": "0.12.2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "liberama", - "version": "0.12.2", + "version": "1.0.0", "hasInstallScript": true, "license": "CC0-1.0", "dependencies": { diff --git a/package.json b/package.json index 2322bed9..741b8f1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liberama", - "version": "0.12.2", + "version": "1.0.0", "author": "Book Pauk ", "license": "CC0-1.0", "repository": "bookpauk/liberama", @@ -18,7 +18,7 @@ "build:client-dev": "webpack --config build/webpack.dev.config.js", "build:all": "npm run build:linux && npm run build:win && npm run build:macos && npm run build:linux-arm64", "release": "npm run build:all && node build/release.js", - "postinstall": "npm run build:client-dev && node build/linux" + "postinstall": "npm run build:client-dev" }, "bin": "server/index.js", "pkg": {