feat(v3.5.0): version
This commit is contained in:
parent
acd0cabdff
commit
9b60147e11
2 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
||||||
- Built with Next.js & React
|
- Built with Next.js & React
|
||||||
- Token protected uploading
|
- Token protected uploading
|
||||||
- Image uploading
|
- Image uploading
|
||||||
|
- Image compression
|
||||||
- Password Protected Uploads
|
- Password Protected Uploads
|
||||||
- URL shortening
|
- URL shortening
|
||||||
- Text uploading
|
- Text uploading
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "zipline",
|
"name": "zipline",
|
||||||
"version": "3.4.8",
|
"version": "3.5.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server",
|
"dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server",
|
||||||
|
@ -72,4 +72,4 @@
|
||||||
"url": "https://github.com/diced/zipline.git"
|
"url": "https://github.com/diced/zipline.git"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.2.1"
|
"packageManager": "yarn@3.2.1"
|
||||||
}
|
}
|
Loading…
Reference in a new issue