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