Skip to content

Commit bae8bc1

Browse files
authored
Merge pull request #95 from HanaDigital/master
Version 3.1.2 Release
2 parents 1c10379 + 7f5d77e commit bae8bc1

File tree

18 files changed

+733
-99
lines changed

18 files changed

+733
-99
lines changed

README.md

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

3939
Author: [@dr-nyt](https://github.com/dr-nyt)
4040
Contributors: [@webdagger](https://github.com/webdagger), [@jiskim](https://github.com/jiskim)
41-
Version: 3.1.1
41+
Version: 3.1.2
4242

4343
## FEATURES
4444

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "novelscraper",
33
"private": true,
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@mynaui/icons-react": "^0.3.2",
14+
"@radix-ui/react-alert-dialog": "^1.1.14",
1415
"@radix-ui/react-dialog": "^1.1.2",
1516
"@radix-ui/react-progress": "^1.1.1",
1617
"@radix-ui/react-separator": "^1.1.0",

0 commit comments

Comments
 (0)