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": {