bump version

This commit is contained in:
Nebel 2023-12-03 01:06:01 +09:00
parent f2c56009b5
commit 1440ea2c5e
Signed by: nebel
GPG key ID: 79807D08C6EF6460
3 changed files with 5 additions and 5 deletions

View file

@ -9,8 +9,8 @@ $ npx https://git.fogtype.com/nebel/gadl/archive/main.tar.gz --help
## Supported Sites ## Supported Sites
- [x] DMM ブックス (漫画) - DMM ブックス (漫画)
- [ ] Google Play ブックス (漫画) - Google Play ブックス (漫画)
## License ## License

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@fogtype/gadl", "name": "@fogtype/gadl",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@fogtype/gadl", "name": "@fogtype/gadl",
"version": "0.1.0", "version": "1.0.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"fflate": "^0.8.1", "fflate": "^0.8.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "@fogtype/gadl", "name": "@fogtype/gadl",
"version": "0.1.0", "version": "1.0.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"type": "module", "type": "module",
"bin": "bin/run.js", "bin": "bin/run.js",