Skip to content

Commit 4201372

Browse files
committed
v3.0.6
1 parent a0bfe61 commit 4201372

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ List of supported sites:
3737

3838
Author: [@dr-nyt](https://github.com/dr-nyt)
3939
Contributors: [@webdagger](https://github.com/webdagger), [@jiskim](https://github.com/jiskim)
40-
Version: 3.0.5
40+
Version: 3.0.6
4141

4242
## FEATURES
4343

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "novelscraper",
33
"private": true,
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -53,4 +53,4 @@
5353
"typescript": "^5.8.2",
5454
"vite": "^5.3.1"
5555
}
56-
}
56+
}

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "NovelScraper",
4-
"version": "3.0.5",
4+
"version": "3.0.6",
55
"identifier": "me.hanadigital.novelscraper",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -56,4 +56,4 @@
5656
]
5757
}
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)