Skip to content

Commit 5f0ba57

Browse files
committed
changed the version
1 parent fdae0f5 commit 5f0ba57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/pages/Settings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Settings() {
2828
name: "novel-scraper-desktop",
2929
productName: "UNS",
3030
description: "Desktop app for scraping web novels into EPUB format",
31-
version: "1.5.4",
31+
version: "1.5.5",
3232
author: "Osama",
3333
license: "CC-BY-NC-4.0",
3434
appId: "com.universalnovelscraper.app",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "novel-scraper-desktop",
33
"productName": "UNS",
44
"description": "Desktop app for scraping web novels into EPUB format",
5-
"version": "1.5.4",
5+
"version": "1.5.5",
66
"author": "Osama",
77
"main": "main.js",
88
"license": "CC-BY-NC-4.0",

0 commit comments

Comments
 (0)