From 3e487caad98df8c96093293cbb6a70cbf989af20 Mon Sep 17 00:00:00 2001 From: ZXY101 Date: Sat, 18 May 2024 16:02:19 +0200 Subject: [PATCH] Update version --- package.json | 2 +- src/lib/consts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81fbc9a..192de3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "z-reader", - "version": "0.9.0", + "version": "0.9.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/consts/index.ts b/src/lib/consts/index.ts index 34f12c2..4ea5b40 100644 --- a/src/lib/consts/index.ts +++ b/src/lib/consts/index.ts @@ -1 +1 @@ -export const READER_VERSION = '0.9.0' \ No newline at end of file +export const READER_VERSION = '0.9.1' \ No newline at end of file