We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae0f5 commit 5f0ba57Copy full SHA for 5f0ba57
2 files changed
frontend/src/pages/Settings.jsx
@@ -28,7 +28,7 @@ export default function Settings() {
28
name: "novel-scraper-desktop",
29
productName: "UNS",
30
description: "Desktop app for scraping web novels into EPUB format",
31
- version: "1.5.4",
+ version: "1.5.5",
32
author: "Osama",
33
license: "CC-BY-NC-4.0",
34
appId: "com.universalnovelscraper.app",
package.json
@@ -2,7 +2,7 @@
2
"name": "novel-scraper-desktop",
3
"productName": "UNS",
4
"description": "Desktop app for scraping web novels into EPUB format",
5
- "version": "1.5.4",
+ "version": "1.5.5",
6
"author": "Osama",
7
"main": "main.js",
8
"license": "CC-BY-NC-4.0",
0 commit comments